@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter-Regular-9.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  color: #222;
  font-family: "Inter-Regular";
}

:root {
  --theme: #d33518;
  --active: #d33518;
}