/* ==========================================================================
   Self-hosted Font Faces
   Cabinet Grotesk (Fontshare — ITF Free Font License)
   Source Serif 4 (Google Fonts — SIL Open Font License)
   ========================================================================== */

/* --- Cabinet Grotesk 700 (Bold) --- */
@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('../fonts/CabinetGrotesk-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* --- Source Serif 4 Regular (400) --- */
@font-face {
  font-family: 'Source Serif 4';
  src: url('../fonts/source-serif-4-v14-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* --- Source Serif 4 Italic (400) --- */
@font-face {
  font-family: 'Source Serif 4';
  src: url('../fonts/source-serif-4-v14-latin-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
