/* RIVM F5 APM - thema oranje (Rijkshuisstijl #e17000)
   Bestand : /RIVM/public/share/thema-oranje.css
   Bevat ALLEEN themavariabelen; layout staat in rivm-base.css.
   Niet-gezette variabelen vallen terug op de standaard in rivm-base.css. */
:root {
    --theme-brand-color: #e17000;            /* kleurband onder titel */
    --theme-brand-color-text: #000000;        /* tekst op kleurband (hoogste contrast) */
    --theme-brand-color-light: #f6d4b2;      /* titelbalk (30% tint) */
    --theme-brand-color-light-text: #000000;
    /* Optioneel te overschrijven (standaard Rijkshuisstijl donkerblauw):
       --theme-button-primary-color / -hover, --theme-link-color / -hover,
       --theme-form-input-border-color, --theme-box-bg-color, --theme-bg-color */
}
