/*
 * --typo3-color-neutral-mix: 0% prevents the primary color from tinting grays.
 * color-scheme: only dark on scaffold ensures icons render correctly on dark bg.
 */

/* zdreicom theme */
[data-theme=zdreicom] {
    --token-color-primary-base: #FF1441;
    --typo3-color-neutral-mix: 0%;
    --typo3-color-state-harmonize: 0%;
    --typo3-icons-accent: #FF1441;
    --typo3-scaffold-header-bg: #363737;
    --typo3-scaffold-sidebar-bg: #363737;
    --typo3-scaffold-header-box-shadow: none;
    --typo3-scaffold-sidebar-border-width: 0;
}

[data-theme=zdreicom] .scaffold-header,
[data-theme=zdreicom] .scaffold-sidebar {
    color-scheme: only dark;
}
