@font-face {
    font-family: 'Open Sans';
    font-display: swap;
    src: url('opensans-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Italic';
    font-display: swap;
    src: url('opensans-italic-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Light';
    font-display: swap;
    src: url('opensans-light-webfont.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Light Italic';
    font-display: swap;
    src: url('opensans-lightitalic-webfont.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Semibold';
    font-display: swap;
    src: url('opensans-semibold-webfont.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Semibold Italic';
    font-display: swap;
    src: url('opensans-semibolditalic-webfont.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Bold';
    font-display: swap;
    src:local('Open Sans Bold'),local('OpenSans-Bold'),url(/css/fonts/opensans-bold-webfont.woff2) format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Bold Italic';
    font-display: swap;
    src: url('opensans-bolditalic-webfont.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Inter Regular';
     font-display: swap;
    src: url('Inter-Regular.woff2') format('woff2'),
    url('/fonts/Inter/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter Medium';
     font-display: swap;
    src: url('Inter-Medium.woff2') format('woff2'),
        url('Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}