:root {
    --bg-color: #09090b;
    --bg-card: #18181b;
    --border-color: #27272a;
    --text-primary: #f4f4f5;
    --text-secondary: #a1a1aa;
    --accent-color: #ffffff;
    --accent-hover: #e4e4e7;
    --font-family: 'Outfit', 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --navbar-height: 64px;
    --max-width: 1200px;
}
