/*
 * The Cookie Cakery by Lexie — self-hosted web fonts (trimmed from the
 * Sovran Studios master fonts.css: only the families this theme uses).
 * Served same-origin from /fonts/ (CSP font-src 'self' + immutable cache).
 */

/* ── Archivo (T7 display + body) ────────────────────────────── */
@font-face {
  font-family: 'Archivo';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('/fonts/archivo-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Archivo';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url('/fonts/archivo-700.woff2') format('woff2');
}
@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');
}

/* ── Courier Prime (T7 price-ticket / label mono signature) ─── */
@font-face {
  font-family: 'Courier Prime';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('/fonts/courier-prime-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Courier Prime';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url('/fonts/courier-prime-700.woff2') format('woff2');
}
