@font-face {
    font-family: 'Google Kalnia';
    src: url('kalnia-light.woff2') format('woff2'),
        url('kalnia-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Google Archivo';
    src: url('archivo-light.woff2') format('woff2'),
        url('archivo-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Google Syne';
    src: url('syne-semibold.woff2') format('woff2'),
        url('syne-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;
}