@font-face {
    font-family: 'Cormorant_Regular';
    src: url('/assets/fonts/Cormorant-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cormorant_Italic';
    src: url('/assets/fonts/Cormorant-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cormorant_Bold';
    src: url('/assets/fonts/Cormorant-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cormorant_Bold_Italic';
    src: url('/assets/fonts/Cormorant-BoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Cormorant_Regular", "Cormorant Garamond", "Cormorant", "Frank Ruhl Libre", serif;
}
p, span, a {
    font-size: 1.2rem;
}

.font-no-mas {
    font-family: "Cormorant Garamond", "Cormorant", "Frank Ruhl Libre", serif !important;
}
.fw-bold, strong {
    font-family: "Cormorant_Bold", "Cormorant Garamond", "Cormorant", "Frank Ruhl Libre", serif;
}
.fst-italic {
    font-family: "Cormorant_Italic", "Cormorant Garamond", "Cormorant", "Frank Ruhl Libre", serif;
}
.fw-bold.fst-italic {
    font-family: "Cormorant_Bold_Italic", "Cormorant Garamond", "Cormorant", "Frank Ruhl Libre", serif;
}