/* ==========================================================================
   fonts.css — self-hosted, latin subset only.

   Nothing is requested from fonts.googleapis.com. Three reasons that matter
   here: one less round-trip on her mobile connection, no render-blocking
   third party, and Google never learns she opened this page.

   These are variable fonts, so ONE file covers a weight range — the
   duplicate per-weight files Google's CSS points at are byte-identical.
   ========================================================================== */

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 400;
  font-display: swap;
  src: url('../assets/fonts/CormorantGaramond.woff2') format('woff2');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 400;
  font-display: swap;
  src: url('../assets/fonts/CormorantGaramond-Italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Petit Formal Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/PetitFormalScript.woff2') format('woff2');
}

@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url('../assets/fonts/Karla.woff2') format('woff2');
}

@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../assets/fonts/Caveat.woff2') format('woff2');
}
