/* ==========================================================================
   Self-hosted web fonts — matching the Ascot Caterings pairing:
   Kaisei Decol (a soft, elegant serif) for display/headings, and
   Montserrat for body/UI. woff2 files live in assets/fonts/. No CDN.
   ========================================================================== */

/* Montserrat — variable weight 100–900 (body / UI / eyebrows). */
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 100 900; font-display: swap; src: url('../assets/fonts/montserrat.woff2') format('woff2-variations'); }
@font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 100 900; font-display: swap; src: url('../assets/fonts/montserrat-italic.woff2') format('woff2-variations'); }

/* Kaisei Decol — the display serif (headings, pull-quotes). Static 400/500/700. */
@font-face { font-family: 'Kaisei Decol'; font-style: normal; font-weight: 400; font-display: swap; src: url('../assets/fonts/kaisei-400.woff2') format('woff2'); }
@font-face { font-family: 'Kaisei Decol'; font-style: normal; font-weight: 500; font-display: swap; src: url('../assets/fonts/kaisei-500.woff2') format('woff2'); }
@font-face { font-family: 'Kaisei Decol'; font-style: normal; font-weight: 700; font-display: swap; src: url('../assets/fonts/kaisei-700.woff2') format('woff2'); }
