/*
  Acadiana Pressure Washing — self-hosted fonts (trimmed to faces in use).
  Archivo 800/900 (display) · Inter 400/500/600 (body) · Space Mono 700 (prices).
  No Google Fonts at runtime.
*/

/* ── Archivo (display) ──────────────────────────────────────── */
@font-face {
  font-family: 'Archivo';
  font-style: normal; font-weight: 800; font-display: swap;
  src: url('/fonts/archivo-800.woff2') format('woff2');
}
@font-face {
  font-family: 'Archivo';
  font-style: normal; font-weight: 900; font-display: swap;
  src: url('/fonts/archivo-900.woff2') format('woff2');
}

/* ── Inter (body) ───────────────────────────────────────────── */
@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');
}

/* ── Space Mono (prices, data marks) ────────────────────────── */
@font-face {
  font-family: 'Space Mono';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url('/fonts/space-mono-700.woff2') format('woff2');
}
