@font-face {
    font-family: 'poppinsregular';
    src: url('fonts/poppins/poppins-regular-webfont.eot');
    src: url('fonts/poppins/poppins-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/poppins/poppins-regular-webfont.woff2') format('woff2'),
        url('fonts/poppins/poppins-regular-webfont.woff') format('woff'),
        url('fonts/poppins/poppins-regular-webfont.ttf') format('truetype'),
        url('fonts/poppins/poppins-regular-webfont.svg#poppinsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsmedium';
    src: url('fonts/poppins/poppins-medium-webfont.eot');
    src: url('fonts/poppins/poppins-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/poppins/poppins-medium-webfont.woff2') format('woff2'),
        url('fonts/poppins/poppins-medium-webfont.woff') format('woff'),
        url('fonts/poppins/poppins-medium-webfont.ttf') format('truetype'),
        url('fonts/poppins/poppins-medium-webfont.svg#poppinsmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Inter';
    src: url('fonts/inter/Inter28pt-Regular.eot');
    src: url('fonts/inter/Inter28pt-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/inter/Inter28pt-Regular.woff2') format('woff2'),
        url('fonts/inter/Inter28pt-Regular.woff') format('woff'),
        url('fonts/inter/Inter28pt-Regular.ttf') format('truetype'),
        url('fonts/inter/Inter28pt-Regular.svg#Inter28pt-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/inter/Inter18pt-Medium.eot');
    src: url('fonts/inter/Inter18pt-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/inter/Inter18pt-Medium.woff2') format('woff2'),
        url('fonts/inter/Inter18pt-Medium.woff') format('woff'),
        url('fonts/inter/Inter18pt-Medium.ttf') format('truetype'),
        url('fonts/inter/Inter18pt-Medium.svg#Inter18pt-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}