@font-face{
  font-family:"Onest";
  src:url("/assets/fonts/onest/Onest-Variable.woff2") format("woff2"),
      url("/assets/fonts/onest/Onest-Variable.ttf") format("truetype");
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Manrope";
  src:url("/assets/fonts/manrope/Manrope-Variable.woff2") format("woff2"),
      url("/assets/fonts/manrope/Manrope-Variable.ttf") format("truetype");
  font-weight:200 800;
  font-style:normal;
  font-display:swap;
}
:root{
  --font-main:Onest,Manrope,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
