/* Самохостинг шрифтов — не зависит от Google Fonts (важно для РФ, где Google может блокироваться). */
@font-face {
  font-family: "Rubik";
  src: url("/fonts/Rubik-var.ttf") format("truetype");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("/fonts/Onest-var.ttf") format("truetype");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
