@font-face {
  font-family: "KorolevMedium";
  src: url("../font/KorolevMedium.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "KorolevBold";
  src: url("../font/KorolevBold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "KorolevLight";
  src: url("../font/KorolevLight.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "KorolevRegular";
  src: url("../font/KorolevRegular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "KorolevThin";
  src: url("../font/KorolevThin.otf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "PlaywriteUSTrad-Light";
  src: url("../font/static/PlaywriteUSTrad-Light.ttf") format("truetype");
  font-weight: 500;
}
body p,
body a {
  font-family: "KorolevMedium", sans-serif;
}
body h1,
body h2,
body h3,
body strong,
body b {
  font-family: "KorolevBold", sans-serif;
}
body h4,
body h5,
body label {
  font-family: "KorolevMedium", sans-serif;
}
body em,
body i {
  font-family: "PlaywriteUSTrad-Light", sans-serif;
  font-size: 42px;
}

/*# sourceMappingURL=font.css.map */
