:root {
  /* Основные цвета */
  --color-primary: #930a16;
  --color-primary-hover: #ed1b2f;
  --color-primary-light: rgba(28, 0, 32, 0.1);
  --color-primary-80: rgba(228, 29, 35, 0.8);

  --color-secondary: #c3ac90;
  --color-secondary-light: #f0ead8;
  --color-secondary-dark: #8d7659;

  --color-accent: #2492e1;

  --color-highlight: #ea560d;

  /* Нейтральные цвета */
  --color-white: #ffffff;
  --color-black: #000000;
  --color-black-soft: #231f20;

  /* Градации серого */
  --color-gray-50: #f8f8f8;
  --color-gray-75: #ededed;
  --color-gray-100: #e7e7e7;
  --color-gray-200: #dbdbdb;
  --color-gray-225: #d9d9d9;
  --color-gray-250: #c4c4c4;
  --color-gray-275: #e5e5e5;
  --color-gray-300: #bfbfbf;
  --color-gray-400: #828282;
  --color-gray-450: #808080;
  --color-gray-500: #7c7c7c;
  --color-gray-600: #6f6f6f;
  --color-gray-700: #626262;
  --color-gray-800: #222222;

  /* Семейства шрифтов */
  --font-family-primary: "Proxima Nova", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, sans-serif;
  --font-family-secondary: "Bebas Neue", sans-serif;

  /* Размеры шрифтов */
  --font-size-xs: 12px;
  --font-size-sm: 14px;
  --font-size-base: 16px;
  --font-size-md: 18px;
  --font-size-lg: 20px;
  --font-size-xl: 24px;
  --font-size-2xl: 28px;
  --font-size-3xl: 32px;
  --font-size-4xl: 48px;
  --font-size-5xl: 56px;
  --font-size-5xxl: 62px;
  --font-size-6xl: 84px;
  --font-size-7xl: 96px;

  /* Веса шрифтов */
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;

  /* Высота строки */
  --line-height-tight: 1;
  --line-height-normal: 1.2;
  --line-height-loose: 1.5;

  --sticky-header-offset: 84px;
}

@media (max-width: 1700px) {
  :root {
    --font-size-xs: 10px;
    --font-size-sm: 12px;
    --font-size-base: 14px;
    --font-size-md: 16px;
    --font-size-lg: 16px;
    --font-size-xl: 18px;
    --font-size-3xl: 24px;
    --font-size-4xl: 36px;
    --font-size-5xl: 40px;
    --font-size-5xxl: 48px;
    --font-size-6xl: 64px;
  }
}

@media (max-width: 1024px) {
  :root {
    --sticky-header-offset: 68px;
  }
}

@media (max-width: 768px) {
  :root {
    --font-size-xl: 11px;
    --font-size-3xl: 20px;
    --font-size-5xl: 24px;
    --font-size-6xl: 55px;
  }
}

@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/bebasneue/BebasNeue-Thin.otf") format("opentype"),
    url("../fonts/bebasneue/BebasNeue-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/bebasneue/BebasNeue-Light.otf") format("opentype"),
    url("../fonts/bebasneue/BebasNeue-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/bebasneue/BebasNeue-Book.otf") format("opentype"),
    url("../fonts/bebasneue/BebasNeue-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/bebasneue/BebasNeue-Regular.otf") format("opentype"),
    url("../fonts/bebasneue/BebasNeue-Regular.ttf") format("truetype"),
    url("../fonts/bebasneue/Bebas_Neue.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/bebasneue/BebasNeue-Bold.otf") format("opentype"),
    url("../fonts/bebasneue/BebasNeue-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova/proximanova_regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova/proximanova_bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova/proximanova_extrabold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova/proximanova_black.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova/proximanova_light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Сброс стилей */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-md);
  line-height: var(--line-height-tight);
  letter-spacing: 0%;
  background-color: var(--color-gray-50);
}

body.no-scroll {
  overflow: hidden;
}
