/* ═══════════════════════════════════════════════════
   EMILIO — Self-hosted Google Fonts
   (RODO compliance: no requests to fonts.gstatic.com)
   ═══════════════════════════════════════════════════ */

/* ─── Cormorant Garamond (display font) ─── */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("fonts/cormorant-regular.woff2") format("woff2");
}

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

/* ─── Source Sans Pro (body font) ─── */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/sourcesans-300.woff2") format("woff2");
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/sourcesans-400.woff2") format("woff2");
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/sourcesans-600.woff2") format("woff2");
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/sourcesans-700.woff2") format("woff2");
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/sourcesans-italic.woff2") format("woff2");
}
