/* Budget Branding look: logo, colours and fonts as tokens. The values below are the preview's placeholders
   until Sinan supplies his brand tokens. Change them here; nothing else needs to change. */
:root {
  --bg: #F5F6F8;
  --surface: #FFFFFF;
  --fg: #1C2128;
  --muted: #5F6773;
  --line: #DDE1E6;
  --accent: #1D3FB3;
  --accent-bg: #E8ECFA;
  --ok: #1E7B4E;
  --ok-bg: #E4F3EA;
  --warn: #A6690A;
  --warn-bg: #FBF0DA;
  --bad: #B3261E;
  --bad-bg: #FBE9E7;
  --na: #7A828C;
  --na-bg: #ECEEF1;
  --sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --radius: 12px;
  --logo: none; /* url("/logo.svg") once the logo file is in public/ */
}
