/* Linked Promo fonts
   - Manrope  = WEB (portal, sites, UI, banners, social, eyebrow). Primary on screen.
   - Geometria = PRINT / HTML decks / PDF (headings + body).
   - Micra     = PRINT / decks ONLY — eyebrow / badge / decorative accents (per BrandGuide).
                 Do NOT use Micra on web; web eyebrow = Manrope ExtraBold UPPERCASE.
*/

/* ── Manrope (WEB primary) — Google Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
/* Manrope max weight on Google Fonts is 800 (ExtraBold). 900 falls back to 800. */

/* ── Geometria (PRINT / decks) ── */

@font-face {
  font-family: 'Geometria';
  src: url('Geometria-Light.woff2') format('woff2'),
       url('Geometria-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geometria';
  src: url('Geometria-Regular.woff2') format('woff2'),
       url('Geometria-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geometria';
  src: url('Geometria-Italic.woff2') format('woff2'),
       url('Geometria-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geometria';
  src: url('Geometria-Medium.woff2') format('woff2'),
       url('Geometria-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geometria';
  src: url('Geometria-MediumItalic.woff2') format('woff2'),
       url('Geometria-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geometria';
  src: url('Geometria-Bold.woff2') format('woff2'),
       url('Geometria-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geometria';
  src: url('Geometria-ExtraBold.woff2') format('woff2'),
       url('Geometria-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geometria';
  src: url('Geometria-Heavy.woff2') format('woff2'),
       url('Geometria-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Micra — PRINT/deck eyebrow & decorative accents only (not for web) */
@font-face {
  font-family: 'Micra';
  src: url('Micra-Regular.woff') format('woff'),
       url('Micra-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Micra';
  src: url('Micra-Bold.woff2') format('woff2'),
       url('Micra-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
