﻿:root {
    --theme-color-primary-lightest: #406AFF; /*75%*/
    --theme-color-primary-lighter: #406AFF; /*50%*/
    --theme-color-primary-light: #406AFF; /*25%*/
    --theme-color-primary: #406AFF;
    --theme-color-primary-dark: #406AFF; /*20%*/
    --theme-color-primary-darker: #406AFF; /*40%*/
    --theme-color-primary-darkest: #406AFF; /*60%*/
    --theme-color-secondary-lightest: #F4F7F8; /*75%*/
    --theme-color-secondary-lighter: #11A0A0; /*50%*/
    --theme-color-secondary-light: #11A0A0; /*25%*/
    --theme-color-secondary: #11A0A0;
    --theme-color-secondary-dark: #11A0A0; /*20%*/
    --theme-color-secondary-darker: #11A0A0; /*40%*/
    --theme-color-secondary-darkest: #11A0A0; /*60%*/
    --theme-color-error: #CF513D;
    --theme-color-warning: #FB1;
    --theme-color-success: #5AAC44;
    --theme-color-grey-lightest: #F8F8F8;
    --theme-color-grey-lighter: #EDEDED;
    --theme-color-grey-light: #CCC;
    --theme-color-grey: #C4C4C4;
    --theme-color-grey-dark: #666;
    --theme-color-grey-darker: #333;
    --theme-color-white: #FFFFFF;
    --theme-color-black: #171717;
    --theme-font-family: 'Poppins', sans-serif;
    --theme-font-family-anton: 'Anton', sans-serif;
    --theme-color-blue-light: #A0D1FF;
    --theme-color-beige-light: #FAE3D9;
    --theme-color-yellow: #FBFF8A;
    --theme-color-orange: #FFD6C5;
    --theme-color-mint: #B4FDF0;
    --theme-color-green-light: #9BFD9F;
    --theme-color-gradient-splashscreen: var(--theme-color-grey-darker) 13%, var(--theme-color-black) 59%;
}
