:root {
    --theme-primary: #381f6a;
    --theme-secondary: #87189d;
    --theme-tertiary: #f5f5f5;
    --theme-emphasis: #A23790;
    --theme-emphasis-alt: #A23790;

    --theme-highlight-light: #bdf1f1;
    --theme-highlight-dark: #00a79d;
}

.fa-exclamation-triangle {
    color: #cc0000;
}

div.faq-container h2.accordion-header .button-question {
    font-style: oblique;
    font-weight: normal;
}