/* ----- Inter 400 Latin ----- */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./inter-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF;
}

/* ----- Inter 400 Cyrillic ----- */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./inter-400-cyrillic.woff2') format('woff2');
  unicode-range: U+0400-045F;
}

/* ----- Inter 500 Latin ----- */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./inter-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF;
}

/* ----- Inter 500 Cyrillic ----- */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./inter-500-cyrillic.woff2') format('woff2');
  unicode-range: U+0400-045F;
}

/* ----- Inter 700 Latin ----- */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./inter-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF;
}

/* ----- Inter 700 Cyrillic ----- */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./inter-700-cyrillic.woff2') format('woff2');
  unicode-range: U+0400-045F;
}
