:root,
:host,
html {
    --color-brand-green: #0ab3eb !important;
    --color-brand-green-light: #006eff !important;
    --color-brand-dark: #1a2b2b !important;
    --color-brand-gold: #c5a059 !important;
    --color-brand-gold-light: #d4b883 !important;
}

body {
    background-color: #ffffff;
    color: #1a2b2b;
}
