:root { --dantax-color:#cc3333; } .mobile-only { display: none; } @media (max-width: 766px) { .mobile-only { display: block; } } .brxe-text > *:not(:last-child) { margin-bottom:0.5em; } .theme-dantax { --theme-color: #cc3333; --theme-color-light: #cc3333; } .theme-red { --theme-color: #6e3047; --theme-color-light: #bd8eae; } .theme-blue { --theme-color: #0e7c94; --theme-color-light: #4b9bae; } .theme-green { --theme-color: #227a34; --theme-color-light: #79bc71; } .theme-orange { --theme-color: #d45f22; --theme-color-light: #f5a532; }