:root{--bg-color:#070e13;--font-color:#fff;--border-radius:.5rem;--primary-color:#daf773;--foreground-color:#151e39;--modal-background-color:rgba(0,0,0,.5);--loader-color:#fff;--border-light-color:hsla(0,0%,100%,.192);--font-color-light:hsla(0,0%,100%,.535);--secondary-color:hsla(0,0%,100%,.115)}html[data-theme=light]{--bg-color:#fff;--font-color:hsla(0,0%,5%,.77);--border-radius:.5rem;--primary-color:#daf773;--foreground-color:#607d8b;--modal-background-color:hsla(0,1%,45%,.5);--loader-color:blue;--border-light-color:hsla(0,3%,6%,.192);--font-color-light:hsla(0,0%,100%,.535);--secondary-color:#9e9e9e}html[data-theme=dark]{--bg-color:#070e13;--font-color:#fff;--border-radius:.5rem;--primary-color:#daf773;--foreground-color:#151e39;--modal-background-color:rgba(0,0,0,.5);--loader-color:#fff;--border-light-color:hsla(0,0%,100%,.192);--font-color-light:hsla(0,0%,100%,.535);--secondary-color:hsla(0,0%,100%,.115)}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{font-size:10px;font-family:helvetica;height:100%;min-height:100%;color:var(--font-color)}p{font-size:1.6rem}