/* Radio Ludo thema - retro maar professioneel (sectie 53/54) */
:root[data-theme="ludo"] {
    --brand-primary: #E85A0C;
    --brand-primary-hover: #C94B08;

    --brand-dark: #3B2418;
    --brand-cream: #F1E4C4;
    --brand-cream-light: #FAF6EB;

    --background: #141210;
    --surface: #1D1A17;
    --surface-raised: #27221D;

    --text-primary: #F8F3E8;
    --text-secondary: #BEB3A3;

    --border: #3A332C;
}
