:root {
    --color-primary: #2563eb;
    --color-secondary: #64748b;
    --color-bg: #ffffff;
    --color-text: #0f172a;
    --color-heading: #0f172a;
    --color-button: #2563eb;
    --color-button-hover: #1d4ed8;
    --color-button-text: #ffffff;
    --color-header-bg: #ffffff;
    --color-footer-bg: #0f172a;
    --color-footer-text: #e2e8f0;
    --color-link: #2563eb;
    --color-sale-badge: #dc2626;
    --color-available: #16a34a;
    --color-unavailable: #dc2626;
    --font-heading: 'Inter', sans-serif;
    --font-body: 'Inter', sans-serif;
    --font-size: 15px;
    --font-weight: 400;
    --line-height: 1.6;
}
