/*
  Hazzy Forever Foundation theme. Mirrors the existing hazzyforever.org.au
  palette: deep near-black base, orange primary, yellow donate accent,
  serif (Cardo) display + Inter body.
*/
:root {
  --color-background: #ffffff;
  --color-foreground: #0c0c0c;
  --color-primary: #FE5B24;
  --color-primary-hover: #e34d18;
  --color-primary-foreground: #ffffff;
  --color-accent: #ffd800;
  --color-muted: #f6f6f6;
  --color-muted-foreground: #555555;
  --color-border: #e5e5e5;

  --font-body: "Inter", ui-sans-serif, system-ui, sans-serif;
  --font-display: "Cardo", "Georgia", "Times New Roman", serif;

  --radius-sm: 2px;
  --radius-md: 2px;
  --radius-lg: 2px;
}
