/* @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: url("../fonts/greek/NotoSans-Bold.ttf");
  src: local("UA-brand-Black"),
    url("../fonts/greek/NotoSans-Bold.ttf") format("truetype");
  font-weight: bolder;
  font-style: normal;
}
@font-face {
  font-family: "UA-brand-Bold";
  src: url("../fonts/greek/NotoSans-Bold.ttf");
  src: local("UA-brand-Bold"),
    url("../fonts/greek/NotoSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "UA-brand";
  src: url("../fonts/greek/NotoSans-Regular.ttf");
  src: local("UA-brand"),
    url("../fonts/greek/NotoSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*@font-face {
  font-family: "UA-brand-regular-p";
  src: url("../fonts/greek/NotoSerif-Regular.ttf");
  src: local("UA-brand"),
    url("../fonts/greek/NotoSerif-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}*/
