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

@font-face {
    font-family: 'Cormorant';
    src: url('/assets/fonts/Cormorant-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant';
    src: url('/assets/fonts/Cormorant-Bold.woff') format('woff');
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant';
    src: url('/assets/fonts/Cormorant-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}


body {
    font-family: "Cormorant", "Cormorant Garamond", "Frank Ruhl Libre", serif;;
    font-weight: 400;
    font-size: 18px;
}

h1, h2 {
    font-family: 'Cormorant', "Cormorant Garamond", "Frank Ruhl Libre", serif;;
}

.fw-bold, strong {
    font-weight: bold;
}
.fst-italic {
    font-style: italic;
}
.fw-bold.fst-italic {
    font-weight: bold;
    font-style: italic;
}

.font-family-cormorant {
    font-family: 'Cormorant', "Cormorant Garamond", "Frank Ruhl Libre", serif;;
}