@font-face {
    font-family: 'Google Inter';
    src: url('inter-semibold.woff2') format('woff2'),
        url('inter-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Google Inter';
    src: url('inter-bold.woff2') format('woff2'),
        url('inter-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Google Inter';
    src: url('inter-regular.woff2') format('woff2'),
        url('inter-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Google Archivo';
    src: url('archivo-medium.woff2') format('woff2'),
        url('archivo-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Google Instrument Serif';
    src: url('instrument-serif-italic.woff2') format('woff2'),
        url('instrument-serif-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: block;
}
@font-face {
    font-family: 'Google Instrument Serif';
    src: url('instrument-serif-regular.woff2') format('woff2'),
        url('instrument-serif-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}