﻿
:root {
    /* General Colours */
    --black: #151515;
    --charcoal: #2F2F2F;
    --grey-light: #F9F9F9;
    --grey-mid: #C8C8C8;
    --grey-dark: #9b9b9b;
    --white: #FFFFFF;
    /* Default Colours */
    --green: #97c22c;
    --green-dark: #6a8b17;
    --mint: #7eccd5;
    --mint-dark: #438991;
    --orange: #EA6224;
    --orange-dark: #BA3200;
}

/* Please look at Kit.Names.SectionThemes */

:root,
.theme-default {
    --theme-color: var(--orange);
    --theme-color-dark: var(--orange-dark);
    --theme-text-color: var(--white);
    --theme-color-alt: var(--charcoal);
    --theme-color-alt-dark: var(--black);
    --theme-text-color-alt: var(--white);
}