@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
:root {
    --PrimaryColor: #8800ec;
    --SecondaryColor: #006a6a;
    --SecondaryColorDisable: #fff4e0;
    --TertiaryColor: #005cbd;
    --White: #ffffff;
    --Black: #1a1a1a;
    --DarkGreyOne: #2a2a2a;
    --DarkGreyTwo: #444347;
    --DarkGreyThree: #4d4d4d;
    --DarkGreyFour: #e4e1e6;
    --GrayMid: #c4c4c4;
    --GrayLow: #e5e5e5;
    --Success: #176d32;
    --Error: #fb0f0f;
    --ProgressColor: #e8b6a4;
    --BgYellow: #fff5c4;
    --BgYellowDark: #e2d8a5;
    --BgSurface: #f4f4f4;
    --BgTertiaryContainer: #ebf0ff;
    --Outline: #78787d;
    --Outline12: rgba(120, 120, 125, 0.48);
    --Outline24: rgba(120, 118, 122, 0.24);
}

body {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}