 * {
   box-sizing: border-box;
   font-family: Manrope, sans-serif;
 }

 :root {
   color-scheme: light;
 }

 html,
 body {
   margin: 0;
   padding: 0;
   font-size: 18px;
 }

 [x-cloak] {
   display: none !important;
 }


