/*
 * RenovationCalcPH — Self-hosted fonts
 * Eliminates third-party DNS lookup to api.fontshare.com
 * Files live in css/fonts/ — run css/fonts/download-fonts.sh to populate
 *
 * Cabinet Grotesk  — display headings  (400 Regular, 700 Bold)
 * General Sans     — body copy         (400 Regular, 600 SemiBold)
 */

/* ── Cabinet Grotesk 400 ─────────────────────────────────────── */
@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('fonts/cabinet-grotesk-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

/* ── Cabinet Grotesk 700 ─────────────────────────────────────── */
@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('fonts/cabinet-grotesk-700.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

/* ── General Sans 400 ────────────────────────────────────────── */
@font-face {
  font-family: 'General Sans';
  src: url('fonts/general-sans-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

/* ── General Sans 600 ────────────────────────────────────────── */
@font-face {
  font-family: 'General Sans';
  src: url('fonts/general-sans-600.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
