/* Theme20 Color Variant 6 - Golden Yellow */
:root {
    --t20-primary: #F7B801;
    --t20-primary-light: #F9C63B;
    --t20-primary-dark: #D4A001;
    --t20-primary-soft: rgba(247, 184, 1, 0.1);
    --t20-secondary: #2C2416;
    --t20-secondary-light: #3D3220;
    --t20-accent: #FFD700;
}
