@import "https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap";@import "https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap";:root{--color-background:#f5e9db;--color-background-dark:#000;--color-background-icon:#dadada;--color-icon:#444;--color-text-white:#fff;--color-text-yellow:#d4ad62;--color-text-shadow:#936530;--color-text-black:#191919;--color-button:#fff;--color-button-text:#191919;--color-button-text-hover:#444;--color-button-text-light:#fff;--color-button-text-light-hover:#dfdfdf;--color-card-background:#3c2c2a;font-size:60%}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100vh}body{background:var(--color-background-dark)}#root{justify-content:center;align-items:center;display:flex}body,input,button,textarea{color:var(--color-text-white);font:500 1.6rem barlow}.container{width:90vw}@media (width>=700px){:root{font-size:62.5%}}
