/* 
    This is theme variables for this site. During development use ONLY this color variables, DO NOT use any color specified below without corresponding variable!
*/

@font-face {
    font-family: 'Strawford';
    src: url('../fonts/strawford-regular-webfont.eot');
    src: url('../fonts/strawford-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/strawford-regular-webfont.woff2') format('woff2'),
         url('../fonts/strawford-regular-webfont.woff') format('woff'),
         url('../fonts/strawford-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Strawford';
    src: url('../fonts/strawford-regularitalic-webfont.eot');
    src: url('../fonts/strawford-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/strawford-regularitalic-webfont.woff2') format('woff2'),
         url('../fonts/strawford-regularitalic-webfont.woff') format('woff'),
         url('../fonts/strawford-regularitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Strawford';
    src: url('../fonts/strawford_bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root
{
    --primary: #04545B;
    --secondary: #fcfcfc;
    --font-family-sans-serif: "Strawford", sans-serif;
}