@font-face {
    font-family: 'Cormorant-Light';
    src: url('../fonts/Cormorant-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant-Regular';
    src: url('../fonts/Cormorant-Regular.woff2') format('woff2');
    font-weight:400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant-SemiBold';
    src: url('../fonts/Cormorant-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant-Bold';
    src: url('../fonts/Cormorant-Bold.woff2') format('woff2');
    font-weight:700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InterTight-Regular';
    src: url('../fonts/InterTight-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InterTight-Bold';
    src: url('../fonts/InterTight-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InterTight-SemiBold';
    src: url('../fonts/InterTight-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InterTight-Medium';
    src: url('../fonts/InterTight-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InterTight-Light';
    src: url('../fonts/InterTight-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

