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

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