:root {
  --theme-accent-primary: #7c3aed;
  --theme-accent-secondary: #3b82f6;
  --theme-background-primary: #0f172a;
  --theme-background-secondary: #1e293b;
  --theme-background-input: #334155;
  --theme-text-primary: #e2e8f0;
  --theme-text-secondary: #94a3b8;
  --theme-border: #334155;
}

body {
  font-family: 'SF Mono', 'Fira Code', 'Cascadia Code', monospace;
}

.container-header {
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.75rem;
}