@font-face {

    font-family: 'Fraunces72pt-SemiBold';

    src: url('../fonts/Fraunces72pt-SemiBold.woff2') format('woff2');

    font-weight: 600;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Fraunces72pt-Light';

    src: url('../fonts/Fraunces72pt-Light.woff2') format('woff2');

    font-weight: 300;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Fraunces72pt-Regular';

    src: url('../fonts/Fraunces72pt-Regular.woff2') format('woff2');

    font-weight: 400;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Fraunces72pt-Italic';

    src: url('../fonts/Fraunces72pt-Italic.woff2') format('woff2');

    font-weight: 400;

    font-style: italic;

    font-display: swap;

}

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

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

@font-face {
    font-family: 'Cinzel-Medium';
    src: url('../fonts/Cinzel-Medium.woff2') format('woff2'),
        url('../fonts/Cinzel-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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


