/* Hallmark · macrostructure: Manifesto · tone: loud ministry event poster · anchor hue: orange/blue/yellow
 * theme: studied-DNA (source: user flyer images + Refero SICK Agency / GT America / Schema)
 * no scripts · noindex preview · mobile widths verified after deploy
 */
:root {
  --color-paper: #f5eddf;
  --color-ink: #050505;
  --color-night: #090706;
  --color-cream: #fff7e6;
  --color-orange: #ff5a2a;
  --color-red: #f04432;
  --color-blue: #2c86ee;
  --color-yellow: #ffd230;
  --color-gold: #f7bd26;
  --color-muted: #6b6256;
  --color-line: #050505;
  --font-display: Impact, "Arial Black", "Helvetica Neue Condensed Black", "Arial Narrow", system-ui, sans-serif;
  --font-condensed: "Arial Narrow", "Helvetica Neue Condensed Bold", Impact, system-ui, sans-serif;
  --font-body: Arial, Helvetica, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-hand: "Marker Felt", "Comic Sans MS", "Bradley Hand", cursive;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 32px;
  --space-8: 40px;
  --space-9: 56px;
  --space-10: 72px;
  --text-caption: clamp(0.72rem, 1vw, 0.82rem);
  --text-body: clamp(1rem, 1.35vw, 1.12rem);
  --text-lead: clamp(1.15rem, 2vw, 1.55rem);
  --text-subhead: clamp(1.55rem, 3vw, 2.4rem);
  --text-heading: clamp(2.4rem, 7vw, 5.8rem);
  --text-display: clamp(4.1rem, 15vw, 10.5rem);
  --radius-none: 0;
  --radius-pill: 999px;
  --rule-heavy: 4px solid var(--color-ink);
  --rule-thin: 2px solid var(--color-ink);
  --shadow-hard: 8px 8px 0 var(--color-ink);
  --shadow-hard-small: 4px 4px 0 var(--color-ink);
  --ease-out: cubic-bezier(.2, .8, .2, 1);
  --ease-in-out: cubic-bezier(.65, 0, .35, 1);
  --dur-fast: 140ms;
  --dur-med: 220ms;
}
