﻿:root {
    --primary-color: #1B75BC;
    --dark-color: #3e3e3e;
    --dark-text: #6B6B6B;
    --disabled-color: #b8b8b8;
    --sierra-orange: #FF6630;
    --dark-blue: #5597CD;
    --primary-button-hover: #239BFA;
    --sierra-orange-hover: #E35827;
    --toggle-primary-selected: #277FD8;
    --toggle-primary-unselected: #FFFFFF;
    --irm-blue: #1B75BC;
    --irm-dark-blue: #14477D;
    --express-dark-blue: #133F6B;
    --express-moredark-blue: #091F36;
    --irm-gray: #58595B;
    --irm-light-gray: #CCC;
    /*
    --irm-font-family-bold-extra: 'Inter Extra Bold', sans-serif;
    --irm-font-family-bold: 'Inter Bold', sans-serif;
    --irm-font-family-regular: 'Inter', sans-serif;
    --irm-font-family-medium: 'Inter Medium', sans-serif;
    --irm-font-family-light: 'Inter Light', sans-serif; */
    --istok-web-regular: 'Istok Regular', sans-serif;
    --istok-web-bold: 'Istok Bold', sans-serif;
    --irm-font-family-bold-extra: 'Interstate Black', Arial, sans-serif;
    --irm-font-family-bold: 'Interstate Bold', Arial, sans-serif;
    --irm-font-family-regular: 'Interstate Light', Arial, sans-serif;
    --irm-font-family-medium: 'Interstate', Arial, sans-serif;
    --irm-font-family-header: 'Geometria', Arial, sans-serif;
}

/* font-family update */
/*@font-face {
    font-family: 'Inter Extra Bold';
    src: url('/Areas/SBC/fonts/Inter-ExtraBold.woff') format("woff"), url('/Areas/SBC/fonts/Inter-ExtraBold.woff2') format("woff2");
}

@font-face {
    font-family: 'Inter Bold';
    src: url('/Areas/SBC/fonts/Inter-Bold.woff') format("woff"), url('/Areas/SBC/fonts/Inter-Bold.woff2') format("woff2");
}

@font-face {
    font-family: 'Inter';
    src: url('/Areas/SBC/fonts/Inter-Regular.woff') format("woff"), url('/Areas/SBC/fonts/Inter-Regular.woff2') format("woff2");
}

@font-face {
    font-family: 'Inter Light';
    src: url('/Areas/SBC/fonts/Inter-Light.woff') format("woff"), url('/Areas/SBC/fonts/Inter-Light.woff2') format("woff2");
}

@font-face {
    font-family: 'Inter Medium';
    src: url('/Areas/SBC/fonts/Inter-Medium.woff') format("woff"), url('/Areas/SBC/fonts/Inter-Medium.woff2') format("woff2");
} */

@font-face {
    font-family: 'Interstate Light';
    font-display: block;
    src: url("../fonts/Interstate-Light.eot");
    src: url("../fonts/Interstate-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Interstate-Light.woff2") format("woff2"), url("../fonts/Interstate-Light.woff") format("woff"), url("../fonts/Interstate-Light.ttf") format("truetype"), url("../fonts/Interstate-Light.svg#Interstate-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Interstate Bold';
    font-display: block;
    src: url("../fonts/Interstate-Bold.eot");
    src: url("../fonts/Interstate-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Interstate-Bold.woff2") format("woff2"), url("../fonts/Interstate-Bold.woff") format("woff"), url("../fonts/Interstate-Bold.ttf") format("truetype"), url("../fonts/Interstate-Bold.svg#Interstate-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Interstate';
    font-display: block;
    src: url("../fonts/Interstate-Regular.eot");
    src: url("../fonts/Interstate-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Interstate-Regular.woff2") format("woff2"), url("../fonts/Interstate-Regular.woff") format("woff"), url("../fonts/Interstate-Regular.ttf") format("truetype"), url("../fonts/Interstate-Regular.svg#Interstate-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Interstate Black';
    font-display: block;
    src: url("../fonts/Interstate-Black.eot");
    src: url("../fonts/Interstate-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Interstate-Black.woff2") format("woff2"), url("../fonts/Interstate-Black.woff") format("woff"), url("../fonts/Interstate-Black.ttf") format("truetype"), url("../fonts/Interstate-Black.svg#Interstate-Black") format("svg");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Geometria';
    font-display: block;
    src: url("../fonts/Geometria-Light.eot");
    src: url("../fonts/Geometria-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-Light.woff2") format("woff2"), url("../fonts/Geometria-Light.woff") format("woff"), url("../fonts/Geometria-Light.ttf") format("truetype"), url("../fonts/Geometria-Light.svg#Geometria-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Istok Regular';
    src: url('../irm/fonts/Istok-Regular.woff2') format("woff2");
}

@font-face {
    font-family: 'Istok Bold';
    src: url('../irm/fonts/Istok-Bold.woff2') format("woff2");
}
