@font-face{font-family:Digital;src:url(/digital-7.f9f2ff7c.ttf)}@font-face{font-family:Gotham Rounded;src:url(/GothamRounded-Medium.05e0bf1c.otf)}:root{--title-color:hsla(0,0%,100%,0.75);--operand-color:#00e600;--operand-highlight-color:#0f0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(90deg,#0af,var(--operand-color));font-family:Gotham Rounded,sans-serif}div.calculator-grid{align-items:content;display:grid;grid-template-columns:repeat(4,70px);grid-template-rows:minmax(120px,auto) repeat(5,60px);justify-content:center;margin-top:3rem;max-height:100vh}div.calculator-grid>button{background-color:hsla(0,0%,100%,.75);border:1px solid #fff;cursor:pointer;font-size:1.5rem;outline:none}div.calculator-grid>button:hover{background-color:hsla(0,0%,100%,.9)}.span-two{grid-column:span 2}div.output{align-content:flex-start;align-items:flex-end;background-color:rgba(0,0,0,.75);display:flex;flex-direction:column;grid-column:1/-1;justify-content:space-evenly;padding:0 15px;word-wrap:break-word;word-break:break-all}div.name{font-size:1rem;color:var(--title-color)}div.previous-operand{font-size:1.5rem;color:rgba(0,255,0,.9)}div.current-operand,div.previous-operand{font-family:Digital;text-shadow:0 0 1.5rem var(--operand-highlight-color)}div.current-operand{font-size:2.5rem;color:var(--operand-highlight-color)}
/*# sourceMappingURL=/styles.a08d41d2.css.map */