/**
 * Zelf-gehoste web-fonts voor 1daytravel.
 * Vervangt Fontshare + Google Fonts + jsDelivr CDN's (AVG: geen third-party fetches).
 * Alleen woff2 (moderne browsers, 97%+ support). Alle files in ../fonts/.
 */

/* ==== Cabinet Grotesk (display, via Fontshare) ==== */
@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('../fonts/cabinet-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('../fonts/cabinet-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('../fonts/cabinet-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('../fonts/cabinet-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('../fonts/cabinet-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ==== Inter Tight (body, via Google Fonts) ==== */
/* Google Fonts serveert Inter Tight als variable-font: 1 file dekt normal 400-700, 1 file dekt italic 500-600. */
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/inter-tight-1.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/inter-tight-2.woff2') format('woff2');
  font-weight: 500 600;
  font-style: italic;
  font-display: swap;
}
