@import "tailwindcss";

/* BFC brand tokens (Rubik headings / Karla body; green #70FF4D on band navy). */
@theme {
  --color-bfc-green: #70FF4D;
  --color-bfc-navy: #0A142D;
  --color-bfc-blue: #0E3475;
  --font-display: Rubik, "Avenir Next", ui-sans-serif, system-ui, sans-serif;
  --font-body: Karla, "Avenir Next", ui-sans-serif, system-ui, sans-serif;
}
