/**
 * Local Manrope font faces.
 *
 * Files are declared by their real static weights. Coverage must be verified
 * from each WOFF2 cmap rather than inferred from the filename. Missing glyphs
 * fall through to the next font in the theme stack.
 */
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope/manrope-v20-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope/manrope-v20-cyrillic_cyrillic-ext_latin_latin-ext-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope/manrope-v20-cyrillic_cyrillic-ext_latin_latin-ext-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope/manrope-v20-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
