:root {
    --bg-color: #0a0a0a;
    --bg-secondary: #111111;
    --text-color: #f4f4f4;
    --text-muted: #999999;
    --text-soft: #cccccc;
    --accent-color: #c8a97e;
    --accent-hover: #d4b896;
    --border-color: #333333;
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Inter', sans-serif;
    --header-height: 100px;
    --logo-header-height: 76px;
    --logo-header-max-width: 360px;
    --logo-footer-height: 220px;
    --logo-footer-max-width: 180px;
    --transition-base: 0.4s ease;
    --container-width: 1400px;
}
