/* Lora — self-hosted (latin subset, woff2 only)
 * Source: Google Fonts, self-hosted for ASVS 10.3.2 compliance
 * Used on: FounderWelcome page (editorial body serif, paired with Cormorant for headlines)
 */

/* 400 - Regular */
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("/fonts/lora/lora-v37-latin-regular.woff2") format("woff2");
}

/* 400 italic */
@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url("/fonts/lora/lora-v37-latin-italic.woff2") format("woff2");
}
