/* @import url("https://fonts.googleapis.com/css?family=PT+Serif&display=swap&subset=cyrillic"); */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap&subset=cyrillic");

@font-face {
  font-family: "UA-brand-Black";
  src: local("UA-brand-Black"),
    url("../fonts/default/ua-BRAND-black.otf") format("opentype");
  unicode-range: U+000-5FF; /* Latin glyphs */
  font-weight: bolder;
  font-style: normal;
}
@font-face {
  font-family: "UA-brand-Bold";
  src: local("UA-brand-Bold"),
    url("../fonts/default/ua-BRAND-bold.otf") format("opentype");
  unicode-range: U+000-5FF; /* Latin glyphs */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "UA-brand";
  src: local("UA-brand"),
    url("../fonts/default/ua-BRAND-regular.otf") format("opentype");
  unicode-range: U+000-5FF; /* Latin glyphs */
  font-weight: normal;
  font-style: normal;
}

/*@font-face {
  font-family: "UA-brand-regular-p";
  src: local("UA-brand"),
    url("../fonts/default/ua-BRAND-regular.otf") format("opentype");
  unicode-range: U+000-5FF; 
  font-weight: normal;
  font-style: normal;
}
*/
