/*
 * Acadiana Pressure Washing — self-hosted web fonts
 * Trimmed from the master Sovran fonts.css to the two families this build
 * actually uses. Served same-origin from /fonts/ (CSP font-src 'self' +
 * the immutable cache rule for /fonts/* in _headers).
 *
 * This file MUST live in /fonts/, not at the repo root — its src URLs are
 * absolute (/fonts/*.woff2), and a root copy 404s silently into system fonts.
 */

/* ── Barlow Condensed (display — headings, prices, buttons, nav) ── */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url('/fonts/barlow-condensed-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal; font-weight: 800; font-display: swap;
  src: url('/fonts/barlow-condensed-800.woff2') format('woff2');
}

/* ── Inter (body copy, form UI) ─────────────────────────────── */
@font-face {
  font-family: 'Inter';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('/fonts/inter-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal; font-weight: 500; font-display: swap;
  src: url('/fonts/inter-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal; font-weight: 600; font-display: swap;
  src: url('/fonts/inter-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url('/fonts/inter-700.woff2') format('woff2');
}
