/*
 * GGC Enterprise — Self-hosted webfonts (woff2)
 * Variable fonts: one file per family covers its full weight range.
 * font-display:swap for performance (no invisible-text flash).
 * Rebuilt cleanly: the source snapshot corrupted the Montserrat-700 face,
 * but Montserrat is a variable font so the single file serves 600 & 700.
 */

/* ---- Inter (body / --font-sans) : covers 400, 450, 500 ---- */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Inter-400.woff2") format("woff2");
}

/* ---- Montserrat (display / --font-display) : covers 600, 700 ---- */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Montserrat-600.woff2") format("woff2");
}

/* ---- CameraPlainVariable (accent display) ---- */
@font-face {
  font-family: "CameraPlainVariable";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/CameraPlainVariable.woff2") format("woff2");
}
