/* Variable face для браузеров с поддержкой font-variation */
@font-face {
  font-family: "Golos Text";
  src: url("/fonts/Golos_Text/golos-text_vf.woff2") format("woff2-variations"),
       url("/fonts/Golos_Text/golos-text_vf.woff") format("woff");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

/* Статические веса для WebView без variable-font */
@font-face {
  font-family: "Golos Text";
  src: url("/fonts/Golos_Text/golos-text_regular.woff2") format("woff2"),
       url("/fonts/Golos_Text/golos-text_regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Golos Text";
  src: url("/fonts/Golos_Text/golos-text_regular.woff2") format("woff2"),
       url("/fonts/Golos_Text/golos-text_regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Golos Text";
  src: url("/fonts/Golos_Text/golos-text_medium.woff2") format("woff2"),
       url("/fonts/Golos_Text/golos-text_medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Golos Text";
  src: url("/fonts/Golos_Text/golos-text_demibold.woff2") format("woff2"),
       url("/fonts/Golos_Text/golos-text_demibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Golos Text";
  src: url("/fonts/Golos_Text/golos-text_bold.woff2") format("woff2"),
       url("/fonts/Golos_Text/golos-text_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Golos Text";
  src: url("/fonts/Golos_Text/golos-text_black.woff2") format("woff2"),
       url("/fonts/Golos_Text/golos-text_black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
