@font-face {
  font-display: swap;
  font-family: ALSGorizont_reg;
  src: url(../fonts/ALS_Gorizont/ALSGorizont-RegularExpanded.otf) format("opentype");
}
@font-face {
  font-display: swap;
  font-family: ALSGorizont_med;
  src: url(../fonts/ALS_Gorizont/ALSGorizont-MediumExpanded.otf) format("opentype");
}
@font-face {
  font-display: swap;
  font-family: ALSGorizont_thin;
  src: url(../fonts/ALS_Gorizont/ALSGorizont-ThinExpanded.otf) format("opentype");
}
@font-face {
  font-display: swap;
  font-family: ALSGorizont_var;
  src: url(../fonts/ALS_Gorizont/ALS\ Gorizont\ Variable.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: ALSGorizont_bold_exp;
  src: url(../fonts/ALS_Gorizont/ALSGorizont-BoldExpanded.otf) format("opentype");
}
@font-face {
  font-display: swap;
  font-family: ALSGorizont_extra_bold;
  src: url(../fonts/ALS_Gorizont/ALSGorizont-ExtraBoldExpanded.otf) format("opentype");
}
@font-face {
  font-display: swap;
  font-family: ALSGorizont_light_exp;
  src: url(../fonts/ALS_Gorizont/ALSGorizont-LightExpanded.otf) format("opentype");
}
@font-face {
  font-family: PTGolos_reg;
  src: url(../fonts/PT-Golos/Golos\ Text_Regular.ttf) format("truetype");
}
@font-face {
  font-family: PTGolos_med;
  src: url(../fonts/PT-Golos/Golos\ Text_Medium.ttf) format("truetype");
}
@font-face {
  font-family: PTGolos_bold;
  src: url(../fonts/PT-Golos/Golos\ Text_Bold.ttf) format("truetype");
}
@font-face {
  font-family: PTGolos_demibold;
  src: url(../fonts/PT-Golos/Golos\ Text_DemiBold.ttf) format("truetype");
}
@font-face {
  font-family: PTGolos_black;
  src: url(../fonts/PT-Golos/Golos\ Text_Black.ttf) format("truetype");
}
@font-face {
  font-family: PTGolos_vf;
  src: url(../fonts/PT-Golos/golos-text_vf.ttf) format("truetype");
}
@font-face {
  font-family: "MaterialDesignIconsReg";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fonts/material-design/MaterialIcons-Regular.ttf") format("truetype");
}
.material-icons {
  font-family: "MaterialDesignIconsReg";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
}