/* =========================================
   LOCAL FONTS (MANROPE v20 - CYRILLIC & LATIN)
========================================= */

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

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

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

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

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

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