@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("assets/fonts/helveticaneuecyr-roman.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("assets/fonts/helveticaneuecyr-black.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("assets/fonts/helveticaneuecyr-thin.otf") format("opentype");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("assets/fonts/helveticaneuecyr-ultralight.otf") format("opentype");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("assets/fonts/helveticaneuecyr-ultralightitalic.otf") format("opentype");
  font-style: italic;
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("assets/fonts/helveticaneuecyr-light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("assets/fonts/helveticaneuecyr-medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("assets/fonts/helveticaneuecyr-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url("assets/fonts/bebas-neue-cyrillic-thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url("assets/fonts/bebas-neue-cyrillic-light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url("assets/fonts/bebas-neue-cyrillic-book.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url("assets/fonts/bebas-neue-cyrillic-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url("assets/fonts/bebas-neue-cyrillic-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

/*
Theme Name: Lesopilka
Author: Codex
Version: 1.0.0
Text Domain: lesopilka
*/

:root {
  color-scheme: light;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "HelveticaNeueCyr", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  background: #ffffff;
  color: #111111;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue Cyrillic", "Bahnschrift SemiCondensed", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
}