:root {
  /* Dark theme (GitHub-inspired) */
  --color-bg: #0d1117;
  --color-bg-alt: #161b22;
  --color-bg-status: #21262d;
  --color-border: #30363d;

  --color-text: #c9d1d9;
  --color-text-muted: #8b949e;
  --color-heading: #e6edf3;

  --color-primary: #58a6ff;
  --color-primary-dark: #1f6feb;
  --color-error: #f85149;
  --color-success: #3fb950;

  /* Typografie */
  --font-main: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  --font-size-base: 1rem;
  --line-height: 1.6;

  /* Spacing */
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;

  /* Ostatní */
  --radius: 8px;
  --radius-sm: 6px;
  --shadow: 0 4px 6px -1px rgb(0 0 0 / 0.3);
  --container-width: 800px;
}
