@font-face {
    font-family: 'Work Sans';
    font-weight: 400;
    src: url('../fonts/worksans-regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    font-weight: 600;
    src: url('../fonts/worksans-semibold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    font-weight: 400;
    font-style: italic;
    src: url('../fonts/worksans-italic.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Host Grotesk';
    font-weight: 700;
    src: url('../fonts/hostgrotesk-bold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Host Grotesk';
    font-weight: 700;
    font-style: italic;
    src: url('../fonts/hostgrotesk-bolditalic.woff2') format('woff2');
    font-display: swap;
}