/* Manrope variable font, локально на /fonts/.
   Заменяет CDN-подключение fonts.googleapis.com (правило NO_EXTERNAL_CDN). */

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