/*
 * Basilica brand theme
 * Navy wordmark with an orange accent dot on the "I".
 */

:root {
  --brand-primary: oklch(0.42 0.07 260);
  --brand-primary-foreground: oklch(0.98 0 0);
  --brand-header-bg: oklch(0.98 0.005 260);
  --brand-header-fg: oklch(0.42 0.07 260);
}
