@font-face {
    font-family: 'Inter';
    src: local('Inter Regular'), local('Inter-Regular'),
        url('subset-Inter-Regular.woff2') format('woff2'),
        url('subset-Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: local('Inter Bold'), local('Inter-Bold'),
        url('subset-Inter-Bold.woff2') format('woff2'),
        url('subset-Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant';
    src: local('Cormorant SemiBold'), local('Cormorant-SemiBold'),
        url('subset-Cormorant-SemiBold.woff2') format('woff2'),
        url('subset-Cormorant-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant';
    src: local('Cormorant SemiBold Italic'), local('Cormorant-SemiBoldItalic'),
        url('subset-Cormorant-SemiBoldItalic.woff2') format('woff2'),
        url('subset-Cormorant-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

