/**
 * File: fonts.css
 * Theme: RTMKR (pipnhub child)
 * Description: Fonts self-hostées — Cormorant Garamond + Inter.
 *
 * Pour activer : télécharger les fichiers woff2 depuis :
 *   https://fonts.google.com/specimen/Cormorant+Garamond
 *   https://fonts.google.com/specimen/Inter
 * Placer dans /assets/font/ et activer Option B dans functions.php.
 */

/* ========== CORMORANT GARAMOND ========== */

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

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

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../font/cormorant-garamond-semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* ========== INTER ========== */

@font-face {
  font-family: 'Inter';
  src: url('../font/inter-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../font/inter-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../font/inter-semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
