:root {
    --color-primary: #2563eb;
    --color-primary-dark: #1d4ed8;
    --color-gray-600: #4b5563;
    --color-surface: #f9fafb;
    --color-border: #e5e7eb;
    --color-text-primary: #111827;
    --color-text-secondary: #6b7280;
    --font-primary: &#039;Inter&#039;, sans-serif;
    --font-heading: &#039;Inter&#039;, sans-serif;
    --font-size-base: 1rem;
    --line-height-normal: 1.5;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --container-width: 1200px;
}

/* Dinamik olarak oluşturulan diğer stiller buraya eklenebilir */
.container {
    max-width: var(--container-width);
}

a {
    color: #2563eb;
}

a:hover {
    color: #1d4ed8;
}