:root {
    --theme-color-light: #ffffff;
    /*--theme-color-dark: #000000;*/
    --theme-color-dark: #00338A;
    /*--theme-color1: #ee212b;*/
    --orange: #EA7125;
    --blue: #00338A;
    --white: #f3f4f7;
    --pure-white: #ffffff;
    --gray-lighter: #b0b0b0;
    --theme-color1: #EA7125;
    --theme-color1-dark: #b5090d;
    --theme-color2: #f3f4f7;
    --bg-theme-color1: var(--theme-color1);
    --bg-theme-color2: var(--theme-color2);
    --text-color: #707173;
    --headings-color: #000000;
    --link-color: var(--theme-color-dark);
    --link-hover-color: var(--theme-color-dark);
    --text-font: "Roboto", sans-serif;
    --title-font: "Outfit", sans-serif;
    --style-font: "Caveat", sans-serif;
    --body-font-size: 16px;
    --body-line-height: 1.9;
    --body-font-weight: 400;
    --line-height-heading-h1: 1.2em;
    --line-height-heading-h2: 1.3;
    --line-height-heading: 1.4;
    --line-height-heading-small: 1.4em;
    --h1-font-size: 75px;
    --h2-font-size: 3rem;
    --h3-font-size: 1.75rem;
    --h4-font-size: 1.35rem;
    --h5-font-size: 1.1rem;
    --h6-font-size: 0.875rem;
    --h1-font-weight: 700;
    --h2-font-weight: 700;
    --h3-font-weight: 700;
    --h4-font-weight: 700;
    --h5-font-weight: 700;
    --h6-font-weight: 700;
    --sec-title-subtitle-color: var(--theme-color-dark);
    --sec-title-subtitle-font-size: 12px;
    --sec-title-subtitle-font-family: var(--title-font);
    --sec-title-subtitle-font-weight: 800;
    --sec-title-subtitle-line-height: 30px;
    --sec-title-color: var(--theme-color-dark);
    --sec-title-font-size: 50px;
    --sec-title-font-family: var(--title-font);
    --sec-title-font-weight: 700;
    --theme-light-background: #f8f6f1;
    --theme-light-background-text-color: var(--headings-color);
    --theme-black: #000000;
    --container-width: 1230px;
    --small-container-width: 1000px;
    --large-container-width: 1310px;
    --container-pt: 120px;
    --container-pb: 120px;
    --home-banner-height: 500px;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::-moz-selection {
    background: var(--theme-color-dark);
    color: #fff;
    text-shadow: none;
}

::selection {
    background: var(--theme-color-dark);
    color: #fff;
    text-shadow: none;
}

:active,
:focus {
    outline: none !important;
}

::-webkit-input-placeholder {
    color: #7c858c;
}

::-moz-input-placeholder {
    color: #7c858c;
}

::-ms-input-placeholder {
    color: #7c858c;
}
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
