/* Megapari brand fonts — from official brand portal (fonts.zip).
   Druk Wide Cyr = hero display · Druk Text Cyr = accent headings · Gilroy = UI/body.
   Guide: design/brandbook md mcp/MEGAPARI_BRAND_GUIDE_AI.md §5 */

@font-face {
  font-family: 'Druk Wide Cyr';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/megapari/drukwide-700.woff2) format('woff2');
}

@font-face {
  font-family: 'Druk Text Cyr';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/megapari/druktext-700.woff2) format('woff2');
}

@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/megapari/gilroy-400.woff2) format('woff2');
}

@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/megapari/gilroy-500.woff2) format('woff2');
}

@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/megapari/gilroy-700.woff2) format('woff2');
}

