/* ============================================================
   AVI Weddings — self-hosted fonts (no third-party requests).
   Files live in /fonts/. All faces use font-display:swap.
   ============================================================ */

/* EB Garamond — body, eyebrows */
@font-face{
  font-family:'EB Garamond';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('fonts/eb-garamond-v33-latin-400.woff2') format('woff2');
}
@font-face{
  font-family:'EB Garamond';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('fonts/eb-garamond-v33-latin-500.woff2') format('woff2');
}
@font-face{
  font-family:'EB Garamond';
  font-style:italic;
  font-weight:400;
  font-display:swap;
  src:url('fonts/eb-garamond-v33-latin-italic.woff2') format('woff2');
}

/* Cormorant — display headings, italic accents (italic synthesized) */
@font-face{
  font-family:'Cormorant';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('fonts/cormorant-v24-latin-400.woff2') format('woff2');
}
@font-face{
  font-family:'Cormorant';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('fonts/cormorant-v24-latin-500.woff2') format('woff2');
}

/* Cormorant SC — logo / footer wordmark */
@font-face{
  font-family:'Cormorant SC';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('fonts/cormorant-sc-v19-latin-400.woff2') format('woff2');
}
@font-face{
  font-family:'Cormorant SC';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('fonts/cormorant-sc-v19-latin-500.woff2') format('woff2');
}

/* Tangerine — signature script */
@font-face{
  font-family:'Tangerine';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('fonts/tangerine-v18-latin-700.woff2') format('woff2');
}
