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

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

@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;
}
