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

@font-face {
    font-family: 'InterV';
    src: url('InterVBold.eot');
    src: url('InterVBold.eot') format('embedded-opentype'),
         url('InterVBold.woff2') format('woff2'),
         url('InterVBold.woff') format('woff'),
         url('InterVBold.ttf') format('truetype'),
         url('InterVBold.svg#InterBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}