/*
  Self-hosted webfonts for the Fiamma Candele website.
  Replaces the Google Fonts CDN so no visitor IP is sent to Google.
  Fonts: Cormorant Garamond, Jost, Playfair Display — SIL Open Font License (OFL).
  Files sourced from the Fontsource project (latin subset).
*/

/* ---------- Cormorant Garamond ---------- */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal; font-weight: 300; font-display: swap;
  src: url('fonts/cormorant-garamond-latin-300-normal.woff2') format('woff2'),
       url('fonts/cormorant-garamond-latin-300-normal.woff') format('woff');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic; font-weight: 300; font-display: swap;
  src: url('fonts/cormorant-garamond-latin-300-italic.woff2') format('woff2'),
       url('fonts/cormorant-garamond-latin-300-italic.woff') format('woff');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('fonts/cormorant-garamond-latin-400-normal.woff2') format('woff2'),
       url('fonts/cormorant-garamond-latin-400-normal.woff') format('woff');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic; font-weight: 400; font-display: swap;
  src: url('fonts/cormorant-garamond-latin-400-italic.woff2') format('woff2'),
       url('fonts/cormorant-garamond-latin-400-italic.woff') format('woff');
}

/* ---------- Jost ---------- */
@font-face {
  font-family: 'Jost';
  font-style: normal; font-weight: 300; font-display: swap;
  src: url('fonts/jost-latin-300-normal.woff2') format('woff2'),
       url('fonts/jost-latin-300-normal.woff') format('woff');
}
@font-face {
  font-family: 'Jost';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('fonts/jost-latin-400-normal.woff2') format('woff2'),
       url('fonts/jost-latin-400-normal.woff') format('woff');
}
@font-face {
  font-family: 'Jost';
  font-style: normal; font-weight: 500; font-display: swap;
  src: url('fonts/jost-latin-500-normal.woff2') format('woff2'),
       url('fonts/jost-latin-500-normal.woff') format('woff');
}

/* ---------- Playfair Display ---------- */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('fonts/playfair-display-latin-400-normal.woff2') format('woff2'),
       url('fonts/playfair-display-latin-400-normal.woff') format('woff');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url('fonts/playfair-display-latin-700-normal.woff2') format('woff2'),
       url('fonts/playfair-display-latin-700-normal.woff') format('woff');
}
