/* Jaxon's Dealz Auto — tokens. Black, red, white, like the mockup; same
   Anton + Barlow faces as the main Jaxon's Dealz site (self-hosted, OFL). */
@font-face { font-family: "Anton"; src: url("../fonts/Anton-Regular.cb05defe28c1.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("../fonts/Barlow-Regular.d0a8537b6034.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("../fonts/Barlow-Medium.89bf6497e4f0.woff2") format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("../fonts/Barlow-SemiBold.fb488fede66b.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("../fonts/Barlow-Bold.2e1a8aafb8d3.woff2") format("woff2"); font-weight: 700; font-display: swap; }

:root {
  --black: #0d0d0d;
  --ink: #1a1a1a;
  --ink-2: #3a3a3a;
  --muted: #6b7280;
  --line: #e5e7eb;
  --paper: #ffffff;
  --paper-2: #f4f5f7;
  --red: #e3211b;
  --red-dark: #b8160f;
  --white: #ffffff;
  --font-display: "Anton", Impact, "Arial Narrow Bold", sans-serif;
  --font-body: "Barlow", system-ui, -apple-system, "Segoe UI", sans-serif;
  --radius: 10px;
  --radius-sm: 6px;
  --shadow: 0 8px 24px rgba(0, 0, 0, .10);
  --wrap: 1180px;
  --gutter: clamp(16px, 4vw, 32px);
  --ease: cubic-bezier(.2, .7, .2, 1);
}
