﻿:root {
    --theme-color-primary-lightest2: #F4F7FC; /*30%*/
    --theme-color-primary-lightest: #6FA6E7; /*30%*/
    --theme-color-primary-lighter: #558CCD; /*20%*/
    --theme-color-primary-light: #3C73B4; /*10%*/
    --theme-color-primary: #005CA9;
    --theme-color-primary-dark: #094081; /*10%*/
    --theme-color-primary-darker: #002667; /*20%*/
    --theme-color-primary-darkest: #000D4E; /*30%*/
    --theme-color-secondary-lightest: #FF5360; /*30%*/
    --theme-color-secondary-lighter: #FF3946; /*20%*/
    --theme-color-secondary-light: #FD202D; /*10%*/
    --theme-color-secondary: #e30613;
    --theme-color-secondary-dark: #CA0000; /*10%*/
    --theme-color-secondary-darker: #B00000; /*20%*/
    --theme-color-secondary-darkest: #970000; /*30%*/
    --theme-color-error: #B22;
    --theme-color-warning: #FB1;
    --theme-color-success: #090;
    --theme-color-grey-light: #CCC;
    --theme-color-grey-lighter: #EEE;
    --theme-color-grey: #999;
    --theme-color-grey-dark: #666;
    --theme-color-grey-darker: #333;
    --theme-color-white: #FAFAFA;
    --theme-color-black: #0A0A0A;
    --theme-font: 'mr-eaves-xl-modern', sans-serif;
}
