/* Basit tasarım değişkenleri */
:root {
  --color-primary: #4F46E5;
  --color-secondary: #6366F1;
  --color-text: #111827;
  --color-muted: #6B7280;
  --font-base: 'Inter', sans-serif;
}
body {
  font-family: var(--font-base);
  color: var(--color-text);
}