/* Асинхронно загружаемые шрифты */
/* @font-face {
  font-family: "Montserrat Medium";
  font-style: normal;
  src: url("../themes/sto/fonts/Montserrat/Montserrat-Regular.ttf")
    format("truetype");
  font-display: swap;
  font-weight: 400; 
}*/

@font-face {
  font-family: -apple-system,"Montserrat Medium",BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;
  font-style: normal;
  src: url("../themes/sto/fonts/Furore/Furore.woff");
  src: url("../themes/sto/fonts/Furore/Furore.eot") format("embedded-opentype"),
    url("../themes/sto/fonts/Furore/Furore.woff") format("woff"),
    url("../themes/sto/fonts/Furore/Furore.ttf") format("truetype");
  font-display: swap;
}  