@font-face {
  font-family: "MiSans-Regular";
  src: url("/static/home/fonts/MiSans-REGULAR.TTF");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  color: #222;
  font-family: "MiSans-Regular";
}
 

:root {
  --theme: #306fdc;
  --active: #306fdc;
}