@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

:root {
  --font-primary: "Manrope", sans-serif;
}

html,
body,
button,
input,
select,
textarea,
*,
*::before,
*::after {
  font-family: var(--font-primary) !important;
  font-optical-sizing: auto;
}