:root {
  --accent: #0081b0;
  --accent-foreground: #ffffff;
  --background: #ffffff;
  --foreground: #2c2c2b;
  --surface: #ffffff;
  --surface-secondary: #f3f1ed;
  --surface-tertiary: #faf9f7;
  --muted: #757573;
  --border: #e9e7e2;
  --separator: #e9e7e2;
  --sidebar: #0f4058;
  --sidebar-foreground: #ffffff;
  --sidebar-active: #f9d41a;
  --highlight: #f9d41a;
  --highlight-foreground: #2c2c2b;
  --radius: 0.125rem;
  --font-heading: 'Barlow Semi Condensed', ui-sans-serif, system-ui, sans-serif;
  --font-body: 'Barlow', ui-sans-serif, system-ui, sans-serif;
  --heading-transform: uppercase;
}
