


:root {
    /* || Blue Palette */
    --blue-bright: #e6eff9;
    --blue-light: #cce0f2;
    --blue-soft: #99c1e5;
    --blue-soft-medium: #66a1d8;
    --blue-medium: #3382cb;
    --blue-primary: #0063be;

    /* || Dark Blue Palette */
    --dark-blue-bright: #e6ebef;
    --dark-blue-light: #ccd7e0;
    --dark-blue-soft: #99afc0;
    --dark-blue-soft-medium: #6688a1;
    --dark-blue-medium: #336081;
    --dark-blue-primary: #003862;
    
    /* || Gray Palette */
    --gray-bright: #f5f5f5;
    --gray-light: #ebebeb;
    --gray-soft: #d8d8d8;
    --gray-soft-medium: #c4c4c4;
    --gray-medium: #b1b1b1;
    --gray-primary: #9d9d9d;

    /* || Black Palette */
    --black-bright: #e8e8e8;
    --black-light: #d1d1d1;
    --black-soft: #a3a3a3;
    --black-soft-medium: #757575;
    --black-medium: #474747;
    --black-primary: #191919;
    --white: #ffffff;


    /* || Purple Palette */
    --purple-bright: #f3e8f5;
    --purple-light: #e8d1eb;
    --purple-soft: #d0a3d7;
    --purple-soft-medium: #b976c4;
    --purple-medium: #a148b0;
    --purple-primary: #8a1a9c;
    
    
    /* || Red Palette */
    --red-bright: #fde6ea;
    --red-light: #fbccd4;
    --red-soft: #f799aa;
    --red-soft-medium: #f3667f;
    --red-medium: #ef3355;
    --red-primary: #eb002a;

    /* || Orange Palette */
    --orange-bright: #fef6e6;
    --orange-light: #fdeecc;
    --orange-soft: #fcdd99;
    --orange-soft-medium: #facb66;
    --orange-medium: #f9ba33;
    --orange-primary: #f7a900;

    /* || Yellow Palette */
    --yellow-bright: #fffae6;
    --yellow-light: #fff5cc;
    --yellow-soft: #ffeb99;
    --yellow-soft-medium: #ffe266;
    --yellow-medium: #ffd833;
    --yellow-primary: #ffce00;

    /* || Green Palette */
    --green-bright: #f8f9e6;
    --green-light: #f0f2cc;
    --green-soft: #e2e599;
    --green-soft-medium: #d3d866;
    --green-medium: #c5cb33;
    --green-primary: #b6be00;

    /* || Emerald Palette */
    --emerald-bright: #36f5f2;
    --emerald-light: #cceae4;
    --emerald-soft: #99d6c9;
    --emerald-soft-medium: #66c1ae;
    --emerald-medium: #33ad93;
    --emerald-primary: #009878;

    /* || Turqoise Palette */
    --turqoise-bright: #e6f9fc;
    --turqoise-light: #ccf3f9;
    --turqoise-soft: #99e7f2;
    --turqoise-soft-medium: #66daec;
    --turqoise-medium: #33cee5;
    --turqoise-primary: #00c2df;

    /* || Sky BLue Palette */
    --sky-blue-bright: #e6f6fc;
    --sky-blue-light: #cceef9;
    --sky-blue-soft: #99dcf3;
    --sky-blue-soft-medium: #66cbee;
    --sky-blue-medium: #33b9e8;
    --sky-blue-primary: #00a8e2;

    /* || Navy Palette */
    --navy-bright: #e8eaed;
    --navy-light: #d1d5db;
    --navy-soft: #a3abb7;
    --navy-soft-medium: #748094;
    --navy-medium: #465670;
    --navy-primary: #182c4c;
    
    /* || Simplist Palette */
    --sim-ade-6332365189: #C8102E;
    --sim-ade-6332365190: #FFCE06;
    --sim-dex-7604510610: #EABAD7;
    --sim-dex-7604510910: #B94197;
    --sim-dia-7604520420: #FF8200;
    --sim-dil-7604512111: #003C4C;
    --sim-dil-7604500906: #A2E4B8;
    --sim-dil-7604500911: #6DA9DC;
    --sim-dil-7604501011: #E54460;
    --sim-dip-7604510210: #0033A1;
    --sim-fen-6332380811: #6BC3E8;
    --sim-fen-6332381020: #71C5E8;
    --sim-gly-7604520610: #A4D65E;
    --sim-gly-7604520320: #A4D65E;
    --sim-gly-7604502330: #A4D65E;
    --sim-hep-6332311805: #939336;
    --sim-hep-7604510810: #F05323;
    --sim-ket-7604520910: #000000;
    --sim-ket-7604510520: #000000;
    --sim-mid-7604500120: #F58027;
    --sim-mor-7604500411: #704C9F;
    --sim-mor-7604500511: #95C93D;
    --sim-neo-7604538330: #F27176;
    --sim-ond-7604510320: #00778C;
    --sim-pal-6332367389: #F99C24;

    /* || Font Family */
    /* --font-interstate: Interstate; */
    --font-interstate: interstate;

    /* || Font Size */
    --font-size-peta: 3.52941rem;
    --font-size-tera: 2.47059rem;
    --font-size-giga: 2rem;
    --font-size-mega: 1.64706rem;
    --font-size-kilo: 1.29412rem;
    --font-size-base: 1rem;
    --font-size-milli: 0.82353rem;
    --font-size-micro: 0.64706rem;

    /* || Font Weight */
    --font-weight-extralight: 300;
    --font-weight-light: 400;
    --font-weight-regular: 500;
    --font-weight-bold: 700;

    /* || Line Height */
    --line-height-tiny: 100%;
    --line-height-small: 120%;
    --line-height-medium: 135%;
    --line-height-tall: 140%;

    /* || Letter Spacing */
    --letter-spacing-none: 0px;
    --letter-spacing-kilo: -0.25px;
    --letter-spacing-mega: -0.5px;
    --letter-spacing-giga: -1px;
    --letter-spacing-tera: -2px;
    --letter-spacing-peta: -4px;

    /* || Box Shadow */
    --shadow-smooth-low: 0px 2px 2px rgba(25, 25, 25, 0.1), 0px 4px 10px rgba(25, 25, 25, 0.1);
    --shadow-smooth-medium: 0px 2px 2px rgba(25, 25, 25, 0.1), 0px 4px 10px rgba(25, 25, 25, 0.1);
    --shadow-smooth-high: 0px 0px 4px rgba(25, 25, 25, 0.1), 0px 8px 15px 2px rgba(25, 25, 25, 0.1);
}