@theme {
  --color-primary: #007dbc;
  --color-on-primary: #ffffff;
  --color-action: #00699d;
  --color-accent: #ffe928;
  --color-surface: #ffffff;
  --color-surface-secondary: #f7f8f9;
  --color-surface-tertiary: #eff1f3;
  --color-on-surface: #001018;
  --color-on-surface-secondary: #4e5d6b;
  --color-on-surface-tertiary: #687787;
  --color-border: #d9dde1;
  --color-positive: #23a942;
  --color-warning: #ff600a;
  --color-negative: #e32630;
  --font-display: "Roboto";
  --font-heading-lg: "Roboto";
  --font-heading: "Roboto";
  --font-body: "Roboto";
  --font-body-sm: "Roboto";
  --font-label: "Roboto";
  --font-code: "Roboto Mono";
  --text-display: 3.75rem;
  --text-heading-lg: 2.5rem;
  --text-heading: 1.75rem;
  --text-body: 1rem;
  --text-body-sm: 0.875rem;
  --text-label: 0.75rem;
  --text-code: 0.875rem;
  --font-weight-display: 700;
  --font-weight-heading-lg: 700;
  --font-weight-heading: 700;
  --font-weight-body: 400;
  --font-weight-body-sm: 400;
  --font-weight-label: 400;
  --font-weight-code: 400;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-pill: 32px;
  --spacing-xxs: 4px;
  --spacing-xs: 8px;
  --spacing-sm: 12px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  --spacing-2xl: 48px;
  --spacing-3xl: 64px;
}

