:root{--default-bg-color:var(--gomo-color);--default-text-color:var(--brand-color-lightest);--thema-color:var(--brand-color-lightest);--thema-color-dark:var(--gomo-bg-color);--thema-bg-color:var(--gomo-bg-color);--thema-bg-color-darker:var(--gomo-color);--thema-bg-color-secondary:var(--gomo-bg-color);--thema-bg-color-secondary-rgba:var(--gomo-bg-color-rgba);--thema-bg-color-contrasted:var(--gomo-color-darken)}@media screen and (prefers-color-scheme:dark){:root{--thema-bg-color-darker:rgb(226, 11, 141);--thema-bg-color-secondary:rgb(226, 11, 141);--thema-bg-color-secondary-rgba:226,11,141;--default-text-color:rgb(255, 255, 255);--thema-color-dark:var(--brand-color)}:root .gomo .highlight{box-shadow:none}}[data-color-mode=dark]{--thema-bg-color-darker:rgb(226, 11, 141);--thema-bg-color-secondary:rgb(226, 11, 141);--thema-bg-color-secondary-rgba:226,11,141;--default-text-color:rgb(255, 255, 255);--thema-color-dark:var(--brand-color)}[data-color-mode=dark] .gomo .highlight{box-shadow:none}