/*
 * Trinity Cafe (Trinity Anglican College) brand theme
 * Deep navy (#002E64) school primary with white header.
 */

:root {
  --brand-primary: oklch(0.35 0.12 260);
  --brand-primary-foreground: oklch(0.98 0 0);
  --brand-header-bg: oklch(0.98 0 0);
  --brand-header-fg: oklch(0.35 0.12 260);
}
