@font-face {
    font-family: 'Inter';
    src: url('<!--LAYOUT_URL//-->fonts/Inter-SemiBold.eot');
    src: url('<!--LAYOUT_URL//-->fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('<!--LAYOUT_URL//-->fonts/Inter-SemiBold.woff2') format('woff2'),
        url('<!--LAYOUT_URL//-->fonts/Inter-SemiBold.woff') format('woff'),
        url('<!--LAYOUT_URL//-->fonts/Inter-SemiBold.ttf') format('truetype'),
        url('<!--LAYOUT_URL//-->fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('<!--LAYOUT_URL//-->fonts/Inter-Light.eot');
    src: url('<!--LAYOUT_URL//-->fonts/Inter-Light.eot?#iefix') format('embedded-opentype'),
        url('<!--LAYOUT_URL//-->fonts/Inter-Light.woff2') format('woff2'),
        url('<!--LAYOUT_URL//-->fonts/Inter-Light.woff') format('woff'),
        url('<!--LAYOUT_URL//-->fonts/Inter-Light.ttf') format('truetype'),
        url('<!--LAYOUT_URL//-->fonts/Inter-Light.svg#Inter-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}