Skip to content

frontend


Variable: brandColours

const brandColours: object

Defined in: src/theme.ts:39

Brand colour tokens — single source of truth. Exposed as CSS variables via cssVariablesResolver below.

In TypeScript: import { brandColours } from "@/theme"

Type Declaration

background

readonly background: "#ffffff" = "#ffffff"

primary

readonly primary: "#001a36" = "#001a36"

secondary

readonly secondary: "#C8963E" = "#C8963E"