@font-face {
    font-family: 'Henriette-Heavy';
    src: url('https://bomdough.com/wp-content/uploads/fonts/Henriette-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Omnes';
    src: url('https://bomdough.com/wp-content/uploads/fonts/Omnes.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Headings */
h1, h2, h3, h4,
.wp-block-heading,
.has-xx-large-font-size,
.has-x-large-font-size {
    font-family: 'Henriette-Heavy', serif !important;
    font-weight: 900 !important;
}

/* Body text */
body, p, span, li, a, .wp-block-paragraph {
    font-family: 'Omnes', sans-serif !important;
    font-weight: 400 !important;
}