﻿
:root {
    /* General Colours */
    --black: #151515;
    --grey-light: #F9F9F9;
    --grey-mid: #C8C8C8;
    --grey-dark: #9b9b9b;
    --white: #FFFFFF;
    /* Default Colours */
    --green: #38ADCA;
    --green-dark: #087D9A;
    --mint: #7eccd5;
    --mint-dark: #438991;
}

/* Please look at Kit.Names.SectionThemes */

:root,
.theme-default {
    --theme-color: var(--green);
    --theme-color-dark: var(--green-dark);
    --theme-text-color: var(--white);
    --theme-color-alt: var(--mint);
    --theme-color-alt-dark: var(--mint-dark);
    --theme-text-color-alt: var(--black);
}