@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');

@font-face{
  font-family:'N30N Local Comfortaa';
  src:url('Comfortaa.ttf') format('truetype');
  font-weight:300 900;
  font-style:normal;
  font-display:swap;
}

html,body,button,input,textarea,select,*::before,*::after,*{
  font-family:'Comfortaa','N30N Local Comfortaa',system-ui,-apple-system,'Segoe UI',Arial,sans-serif;
  font-stretch:normal;
  font-synthesis-weight:auto;
  font-synthesis-style:none;
  font-kerning:normal;
  text-rendering:geometricPrecision;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

*{
  scrollbar-width:thin;
  scrollbar-color:rgba(255,255,255,.86) rgba(255,255,255,.06);
}
*::-webkit-scrollbar{width:8px;height:8px;}
*::-webkit-scrollbar-track{background:rgba(255,255,255,.055);border-radius:999px;}
*::-webkit-scrollbar-thumb{background:rgba(255,255,255,.88);border-radius:999px;box-shadow:0 0 12px rgba(255,255,255,.45);}
