:root{
--color-bg:#080808;
--color-bg-secondary:#101010;
--color-surface:#151515;
--color-surface-light:#1d1d1d;
--color-text:#fff;
--color-text-secondary:#a5a5a5;
--color-text-muted:#666;
--color-accent:#f5a623;
--color-accent-secondary:#ffcc55;
--color-border:rgba(255,255,255,.09);
--container:1240px;
--header-height:84px;
--player-height:84px;
--radius-small:8px;
--radius-medium:14px;
--radius-large:24px;
--transition:250ms ease;
--theme-font-body:Inter,Arial,Helvetica,sans-serif;
--theme-font-heading:Inter,Arial,Helvetica,sans-serif;
--theme-font-body-weight:400;
--theme-font-heading-weight:700;
--theme-spacing-scale:1;
--theme-shadow-strength:.28;
--theme-shadow:0 18px 55px rgba(0,0,0,.28);
--theme-transition-duration:250ms;
--theme-section-padding:110px;
}
