@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url(/path/to/inter.woff2) format('woff2'),
    url(/path/to/inter.woff) format('woff');
}
