/* ============================================================
   Poppins — вариативный шрифт (покрывает все веса 100–900,
   включая нестандартный 275, который используется в макете).
   Файлы лежат в assets/fonts/.
   ============================================================ */

@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-Variable.otf") format("opentype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-Italic-Variable.otf") format("opentype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
