:root{
    --stk-body-color:                       #666666;
    --stk-blue-primary-color:               #005898;
    --stk-orange_primary-color:             #ea8027;
    --stk-green_primary-color:              #558240;
    --stk-green_secondary-color:            #73b25a;
    --stk-green_tertiary-color:             #eef4e9;
    --stk-gray-primary-color:               #939393;
    --stk-red-primary-color:                #960000;
    --stk-red-secondary-color:              #d75656;
    
    --stk-blue-50: #eff8ff;
    --stk-blue-100: #def0ff;
    --stk-blue-200: #b6e2ff;
    --stk-blue-300: #76cbff;
    --stk-blue-400: #2db2ff;
    --stk-blue-500: #0299f5;
    --stk-blue-600: #0078d2;
    --stk-blue-700: #0060aa;
    --stk-blue-800: #005898;
    --stk-blue-900: #074373;
    --stk-blue-950: #042b4d;

    --stk-box-border-radius:                6px;
    --stk-cta-border-radius:                25px;

    --stk-font-base:                        'Source Sans Pro',sans-serif;

    --stk-font-weight-small:                100;
    --stk-font-weight-semi-bold:            300;
    --stk-font-weight-bold:                 600;

    --stk-h1-size:                          45px;
    --stk-title-size:                       40px;
    --stk-subtitle-size:                    30px;
    --stk-subtitle-sub-size:                25px;
    --stk-body-size:                        20px;
    --stk-body-sub-size:                    18px;
    --stk-small-size:                       15px;
}



@media(max-width: 990px) {
    :root{
        --stk-h1-size:                          40px;
        --stk-title-size:                       35px;
        --stk-subtitle-size:                    25px;
        --stk-subtitle-sub-size:                22px;
        --stk-body-size:                        20px;
        --stk-body-sub-size:                    15px;
        --stk-small-size:                       12px;
    }
    
}



@media(max-width: 600px) {
    
    :root {
        --stk-font-weight-small:                    100;
        --stk-font-weight-semi-bold:                300;
        --stk-font-weight-bold:                     600;
        
    }
    
}