/* ═══════════════════════════════════════════════════════════
   ViZualCréa — Polices auto-hébergées
   Syne + Outfit — subset latin
   ═══════════════════════════════════════════════════════════ */

/* ── Syne Bold (700) ── */
@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/Syne-Bold.woff2') format('woff2'),
       url('../fonts/Syne-Bold.ttf')   format('truetype');
}

/* ── Syne ExtraBold (800) ── */
@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/Syne-ExtraBold.woff2') format('woff2'),
       url('../fonts/Syne-ExtraBold.ttf')   format('truetype');
}

/* ── Outfit Light (300) ── */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/Outfit-Light.woff2') format('woff2'),
       url('../fonts/Outfit-Light.ttf')   format('truetype');
}

/* ── Outfit Regular (400) ── */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Outfit-Regular.woff2') format('woff2'),
       url('../fonts/Outfit-Regular.ttf')   format('truetype');
}

/* ── Outfit Medium (500) ── */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/Outfit-Medium.woff2') format('woff2'),
       url('../fonts/Outfit-Medium.ttf')   format('truetype');
}

/* ── Outfit SemiBold (600) ── */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
       url('../fonts/Outfit-SemiBold.ttf')   format('truetype');
}