/*
    Author     : Lointc
*/
/* font-family: "HelveticaNeueCyr-Medium"; */
@font-face {
  font-family: "HelveticaNeueCyr-Roman";
  src: url("../fonts/HelveticaNeueCyr-Roman.eot");
  src: url("../fonts/HelveticaNeueCyr-Roman.eot?#iefix") format("embedded-opentype"),
      url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff"),
      url("../fonts/HelveticaNeueCyr-Roman.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: normal;
}

html body {
    background-color: #F9F7F1;
}