/*
 * Crimson Pro variable font, Latin subset, served from Google Fonts.
 *
 * `font-display: swap` ensures the page renders immediately in the
 * fallback serif (Georgia / system serif), and re-paints with Crimson
 * Pro the moment it loads. No invisible-text flash.
 *
 * `unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
 *  U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC,
 *  U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD` is the
 * standard Google Fonts Latin range — Cheiro and Goodman text is
 * almost entirely in basic Latin, with the occasional curly quote,
 * em-dash, and special punctuation that this range covers.
 *
 * If you later want to self-host the font for full offline support
 * (recommended for the PWA experience), see
 * `STEP5-CHANGES.md` -> "Self-hosting the font" for instructions.
 */

@font-face {
  font-family: 'Crimson Pro';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/crimsonpro/v24/q5uDsoa5M_tv7IihmnkabC5XiXCAlXGks1WZzm0xPJM.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Crimson Pro';
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/crimsonpro/v24/q5uSsoa5M_tv7IihmmkSwBaWnDC4nCKK2k0H1Z2jYZc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
