/* Cinzel — Roman inscriptional serif, self-hosted (SIL Open Font License 1.1).
   The invitation's section headings and venue name. Kept local like every
   other face here so the page makes no third-party font request. */
@font-face {
  font-family: 'Cinzel';
  src: url('../fonts/cinzel-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cinzel';
  src: url('../fonts/cinzel-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cinzel';
  src: url('../fonts/cinzel-600.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Mahameru — display face for the opening / hero section only. */
@font-face {
  font-family: 'Mahameru';
  src: url('../fonts/mahameru-semiboldoblique.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* ---- Section 2 — the invitation hero ---------------------------------- */

@font-face {
  font-family: 'Roaster Brush';
  src: url('../fonts/roaster%20brush%20personal%20use%20only.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akshar';
  src: url('../fonts/akshar-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akshar';
  src: url('../fonts/akshar-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
