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