@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

.published-container {
    --page-title-font: 'Cinzel';
    --h1-font: 'Cinzel';
    --h2-font: 'Cinzel';
    --h3-font: 'Cinzel';
    --h4-font: 'Cinzel';
    --h5-font: 'Cinzel';
    --h6-font: 'Cinzel';
}

body {
    --font-text-theme: 'Merriweather';
}