:root {
  --stiga-accent: #080e9a;
  --stiga-accent-hover: #060b7a;
  --stiga-black: #00045b;
  --stiga-grey-text: #5a5c88;
  --stiga-background: #f7f7f7;
  --stiga-grey-light: #eaecf8;
  --stiga-white: #ffffff;
  --stiga-success: #2fb344;
  --stiga-warning: #f76707;
  --stiga-danger: #d63939;

  --stiga-font-sans: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --stiga-font-mono: 'IBM Plex Mono', monospace;

  --stiga-text-sm: 0.75rem;
  --stiga-text-base: 0.875rem;
  --stiga-text-md: 1rem;
  --stiga-text-xl: 1.5rem;
  --stiga-text-2xl: 2rem;
  --stiga-text-3xl: 2.5rem;

  --stiga-space-1: 0.25rem;
  --stiga-space-2: 0.5rem;
  --stiga-space-3: 0.75rem;
  --stiga-space-4: 1rem;
  --stiga-space-6: 1.5rem;

  --stiga-radius-sm: 2px;
  --stiga-radius-md: 4px;
  --stiga-radius-xl: 8px;
}
