@font-face {
    font-family: 'subheading-font';
    src: url('archivo-regular.woff2') format('woff2'),
        url('archivo-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'body-font';
    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: 'body-font';
    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: 'button-font';
    src: url('syne-medium.woff2') format('woff2'),
        url('syne-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'heading-font';
    src: url('urbanist-semibold.woff2') format('woff2'),
        url('urbanist-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: block;
}