
:root {
    /*Colors*/
    /** Primary */
    --primary-color: #0487C8;
    --primary-15-color: rgba(4, 135, 200, .15);
    --primary-25-color: #C0E1F1;
    --primary-50-color: #82C3E3;
    /** Secondary */
    --secondary-color: #023650;
    /** Tertiary */
    --tertiary-color: #FBB323;
    --tertiary-25-color: #feecc8;
    --tertiary-50-color: #FDD991;
    --tertiary-help-color: #FFF8EB;
    /** Quaternary */
    --quaternary-color: #67818E;
    --quaternary-50-color: #B3C0C6;
    /** Info */
    --info-color: #04A1C8;
    --info-25-color: #C0E7F1;
    --info-50-color: #82D0E3;
    /** Success */
    --success-color: #6DBF36;
    --success-25-color: #DAEFCD;
    --success-50-color: #498024;
    /** Warning */
    --warning-color: #F08205;
    /** Danger */
    --danger-color: #E93535;
    --danger-25-color: #F9CDCD;
    --danger-50-color: #F49A9A;
    /** Light */
    --light-color: #EEF6FA;
    --light-50-color: #F6FBFD;
    /** LightBlue */
    --lightblue-color: #BCD1DC;
    --lightblue-50-color: #DDE8EE;
    --lightblue-25-color: #EEF4F6;
    /** Blue */
    --blue-color: #375A6C;
    --bluedark-color: #2F424C;
    /** Dark */
    --dark-color: #152F3C;
    /** White */
    --white-color: #FFFFFF;
    --whitegrey-color: #F4F5F6;
    --whitegrey-50-color: #F9FAFA;
    /** Grey */
    --grey-color: #C8CDD0;
    --grey-50-color: #E3E6E8;
    --grey-25-color: #F1F3F3;
    --greyblack-color: #9CA6AB;
    --greyblack-25-color: #E6E9EA;
    /** Black */
    --lightblack-color: #3D3D3D;
    --black-color: #292929;
    /**/
    /*Text Colors*/
    --primary-text: #035680;
    --secondary-text: #035680;
    --tertiary-text: #805B12;
    --quaternary-text: #5C7480;
    --info-text: #036780;
    --success-text: #498024;
    --warning-text: #804503;
    --danger-text: #801D1D;
    --light-text: #797D80;
    --lightblue-text: #6D7980;
    --dark-text: #2D6480;
    --grey-text: #7B7E80;
    --greyblack-text: #757C80;
    --black-text: #808080;
    /**/
    /*Fonts*/
    --f-64-125-inter-bold: 700 4rem/125% 'Inter', sans-serif;
    --f-56-125-inter-semi: 600 3.5rem/125% 'Inter', sans-serif;
    --f-48-125-inter-bold: 700 3rem/125% 'Inter', sans-serif;
    --f-48-125-inter-semi: 600 3rem/125% 'Inter', sans-serif;
    --f-32-125-inter-bold: 700 2rem/125% 'Inter', sans-serif;
    --f-32-125-inter-semi: 600 2rem/125% 'Inter', sans-serif;
    --f-24-133-inter-regular: 400 1.5rem/133% 'Inter', sans-serif;
    --f-24-133-inter-semi: 600 1.5rem/133% 'Inter', sans-serif;
    --f-24-133-inter-bold: 700 1.5rem/133% 'Inter', sans-serif;
    --f-20-140-inter-bold: 700 1.25rem/140% 'Inter', sans-serif;
    --f-20-140-inter-regular: 400 1.25rem/140% 'Inter', sans-serif;
    --f-20-140-inter-semi: 600 1.25rem/140% 'Inter', sans-serif;
    --f-16-150-inter-bold: 700 1rem/150% 'Inter', sans-serif;
    --f-16-150-inter-regular: 400 1rem/150% 'Inter', sans-serif;
    --f-16-150-inter-semi: 600 1rem/150% 'Inter', sans-serif;
    --f-16-150-consolas-regular: 400 1rem/150% 'Consolas', monospaced;
    --f-14-140-inter-bold: 700 .875rem/140% 'Inter', sans-serif;
    --f-14-140-inter-regular: 400 .875rem/140% 'Inter', sans-serif;
    --f-14-140-inter-semi: 600 .875rem/140% 'Inter', sans-serif;
    --f-14-140-inter-italic-bold: italic 700 .875rem/140% 'Inter', sans-serif;
    --f-14-140-inter-italic: italic 400 .875rem/140% 'Inter', sans-serif;
    --f-12-150-inter-bold: 700 .75rem/150% 'Inter', sans-serif;
    --f-12-150-inter-semi: 600 .75rem/150% 'Inter', sans-serif;
}
