/* ─── SELF-HOSTED FONTS ───────────────────────────────────────────────────────
   Files live in /assets/fonts/
   Download from: https://gwfh.mranftl.com/fonts
   Required files listed below each face.
──────────────────────────────────────────────────────────────────────────────── */

/* Cormorant Garamond — Light 300 */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-v22-latin-300.woff2') format('woff2');
}

/* Cormorant Garamond — Light Italic 300 */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-v22-latin-300italic.woff2') format('woff2');
}

/* Cormorant Garamond — Regular 400 */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-v22-latin-regular.woff2') format('woff2');
}

/* Cormorant Garamond — Regular Italic 400 */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-v22-latin-italic.woff2') format('woff2');
}

/* Jost — Light 300 */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/jost-v18-latin-300.woff2') format('woff2');
}

/* Jost — Regular 400 */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/jost-v18-latin-regular.woff2') format('woff2');
}

/* Jost — Medium 500 */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/jost-v18-latin-500.woff2') format('woff2');
}
