﻿:root {
    --PrimaryDark: #562ba8;
    --Primary: #6432c6;
    --PrimaryLight: #885ed7;
    --FadePrimary: #6432c62b;
    --Invert: #00ff8c;
    --SecondaryDark: #e1cb00;
    --Secondary: #ffe800;
    --SecondaryLight: #fff06c;
    --SecondaryLighter: #fff9bb;
    --Black: #0d0027;
    --BlackLight: #414141;
    --BlackLighter: #727272;
    --GreyDark: #6b6b6b;
    --Grey: #c4c4c4;
    --RedLight: #fa96a5;
    --Red: #f43955;
    --RedDark: #b30922;
    --Shadow: -2px 2px 7px #0000004a;
    --ShadowLight: -2px 2px 7px #0000004a;
    --ShadowUltraLight: -1px 1px 7px #00000026;
    --ShadowInnerLight: inset 0px 0px 6px #bababac4;
}
