/* Шрифты темы mf-art.
   Manrope — текст, Exo 2 — заголовки и подписи (техно-характер).
   Подключаются только используемые начертания: каждый лишний woff2 это ещё один
   запрос в критическом пути. */

/* manrope-regular - cyrillic_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('./Manrope/manrope-v20-cyrillic_latin-ext-regular.woff2') format('woff2');
}

/* manrope-500 - cyrillic_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  src: url('./Manrope/manrope-v20-cyrillic_latin-ext-500.woff2') format('woff2');
}

/* manrope-600 - cyrillic_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  src: url('./Manrope/manrope-v20-cyrillic_latin-ext-600.woff2') format('woff2');
}

/* manrope-700 - cyrillic_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url('./Manrope/manrope-v20-cyrillic_latin-ext-700.woff2') format('woff2');
}

/* exo-2-regular - cyrillic_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: url('./Exo2/exo-2-v21-cyrillic_latin-ext-regular.woff2') format('woff2');
}

/* exo-2-600 - cyrillic_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 600;
  src: url('./Exo2/exo-2-v21-cyrillic_latin-ext-600.woff2') format('woff2');
}

/* exo-2-700 - cyrillic_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  src: url('./Exo2/exo-2-v21-cyrillic_latin-ext-700.woff2') format('woff2');
}

/* exo-2-800 - cyrillic_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 800;
  src: url('./Exo2/exo-2-v21-cyrillic_latin-ext-800.woff2') format('woff2');
}
