/* ─── OUTFIT (REGULAR / BOLD) ─── */
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* ─── CORMORANT GARAMOND (REGULAR) ─── */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/cormorant-normal.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

/* ─── CORMORANT GARAMOND (ITALIC) ─── */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/cormorant-italic.woff2') format('woff2');
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}
