/* ═══════════════════════════════════════════════════════
   Self-hosted fonts — AVG/GDPR compliant
   Replaces: fonts.googleapis.com (IP transfer to US)
   See assets/fonts/DOWNLOAD-FONTS.md for setup
   ═══════════════════════════════════════════════════════ */

/* ── Cormorant Garamond ── */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Cormorant Garamond Regular'),
       url('../fonts/cormorant-garamond-v16-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Cormorant Garamond Italic'),
       url('../fonts/cormorant-garamond-v16-latin-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Cormorant Garamond Medium'),
       url('../fonts/cormorant-garamond-v16-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Cormorant Garamond Medium Italic'),
       url('../fonts/cormorant-garamond-v16-latin-500italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Cormorant Garamond SemiBold'),
       url('../fonts/cormorant-garamond-v16-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Cormorant Garamond Bold'),
       url('../fonts/cormorant-garamond-v16-latin-700.woff2') format('woff2');
}

/* ── Manrope ── */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Manrope Light'),
       url('../fonts/manrope-v15-latin-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Manrope Regular'),
       url('../fonts/manrope-v15-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Manrope Medium'),
       url('../fonts/manrope-v15-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Manrope SemiBold'),
       url('../fonts/manrope-v15-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Manrope Bold'),
       url('../fonts/manrope-v15-latin-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Manrope ExtraBold'),
       url('../fonts/manrope-v15-latin-800.woff2') format('woff2');
}
