@font-face {
    font-family: 'inter';
    src: url('inter-v12-latin-300.woff') format('woff'),
         url('inter-v12-latin-300.woff2') format('woff2');
    font-weight: 300;
    font-style: thin;
}

@font-face {
    font-family: 'inter';
    src: url('inter-v12-latin-regular.woff') format('woff'),
         url('inter-v12-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'inter';
    src: url('inter-v12-latin-700.woff') format('woff'),
         url('inter-v12-latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: bold;
}
