@import url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap);@import url(https://fonts.googleapis.com/css2?family=Gochi+Hand&display=swap);*{font-family:Montserrat,sans-serif;margin:0;padding:0}body{align-items:center;background-color:#fbb034;background-image:linear-gradient(315deg,#fbb034,#fd0 74%);height:100vh;justify-content:center}body,nav{display:flex}nav{justify-content:space-between}html{--primary-color:#282c34;--secondary-color:#fff;--tertiary-color:#503cd1;--tertiary-color-hover:#3d2bb8;--quaternary-color:#f33d1d;--quaternary-color-hover:#e4270f}html[dark-mode-theme=dark]{--primary-color:#fff;--secondary-color:#282c34;--tertiary-color:#8a7fd1;--tertiary-color-hover:#6859ca;--quaternary-color:#ef5a40;--quaternary-color-hover:#f34933}html[global-theme=secondary][dark-mode-theme=dark]{--primary-color:#874141;--secondary-color:#7e91b7;--tertiary-color:#504f56;--tertiary-color-hover:#4d495f;--quaternary-color:#61579e;--quaternary-color-hover:#423692}html[global-theme=secondary]{--primary-color:#cbb3b3;--secondary-color:#4e5d7a;--tertiary-color:#908ca9;--tertiary-color-hover:#6859ca;--quaternary-color:#d19410;--quaternary-color-hover:#bb7608}.wrapper{background-color:var(--primary-color);border-radius:10px;height:540px;padding:10px;width:340px}.buttonBox{grid-gap:10px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(5,1fr);height:calc(100% - 150px);width:100%}button{background-color:var(--tertiary-color);border:none;border-radius:10px;color:var(--secondary-color);cursor:pointer;font-size:24px;font-weight:700;outline:none}button:hover{background-color:var(--tertiary-color-hover)}.equals{background-color:var(--quaternary-color);grid-column:3/5}.equals:hover{background-color:var(--quaternary-color-hover)}html[global-theme=hand] button{background-color:initial;border:1px solid #000;border-radius:255px 15px 225px 15px/15px 225px 15px 255px;font-family:Gochi Hand,cursive}html[global-theme=hand][dark-mode-theme=light] button{background-color:initial;border:1px solid #fff;border-radius:255px 15px 225px 15px/15px 225px 15px 255px}html[global-theme=hand] button:hover{background-color:#f1f1f1}html[global-theme=hand][dark-mode-theme=light] button:hover{background-color:#4a4a4a}html .screen,html[dark-mode-theme=dark] .screen{align-items:center;background-color:#4357692d;border-radius:10px;box-sizing:border-box;color:var(--secondary-color);display:flex;font-size:2.2rem;font-weight:700;height:100px;justify-content:flex-end;margin-bottom:10px;padding:0 10px;width:100%}html[global-theme=hand]{font-size:1.3rem}html[global-theme=hand] .screen{background-color:initial;border:1px solid #000;border-radius:255px 15px 225px 15px/15px 225px 15px 255px;font-family:Gochi Hand,cursive}html[global-theme=hand][dark-mode-theme=light] .screen{background-color:initial;border:1px solid #fff;border-radius:255px 15px 225px 15px/15px 225px 15px 255px;font-family:Gochi Hand,cursive}.theme-wrapper{display:flex;justify-content:start;margin-bottom:10px}.theme-label{color:var(--secondary-color);margin-right:5px}#darkmode-toggle{display:none}.bi-brightness-high{color:#ff0}.bi-moon-stars{color:#3d2bb8}html .main-theme-wrapper{color:#fff}html[dark-mode-theme=dark] .main-theme-wrapper{color:#000}
/*# sourceMappingURL=main.e267fe53.css.map*/