@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 inter';
    src: url('inter-bold.woff2') format('woff2'),
        url('inter-bold.ttf') format('truetype');
    font-weight: 700;
    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: 400;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Google italiana';
    src: url('italiana-regular.woff2') format('woff2'),
        url('italiana-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Google syne';
    src: url('syne-bold.woff2') format('woff2'),
        url('syne-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: block;
}