/* Self-hosted fonts — downloaded from Google Fonts CDN
 * Eliminates Google Fonts round-trip + fixes CLS from font swapping
 * font-display: swap = use system fallback if fonts not cached
 */

/* Inter — regular (300) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf.woff2') format('woff2');
}

/* Inter — regular (400) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf.woff2') format('woff2');
}

/* Inter — medium (500) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf.woff2') format('woff2');
}

/* Lora — italic (400) */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFkqg.ttf.woff2') format('woff2');
}

/* Lora — regular (400) */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('0QI6MX1D_JOuGQbT0gvTJPa787weuyJG.ttf.woff2') format('woff2');
}

/* Lora — semi-bold (600) */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('0QI6MX1D_JOuGQbT0gvTJPa787zAvCJG.ttf.woff2') format('woff2');
}
