/* Theme variable overrides */
:root {
    --sticky-menu-bg-color: #f4f6d8;
    --section-light-bg-color: #e7f2e5;
    --section-dark-bg-color: #5f8b66;
}

/* Body font */
@font-face {
    font-family: 'Taibun';
    font-weight: 400;
    font-display: swap;
    src: local('Taibun'),
        url('../fonts/jf-openhuninn-2.0.woff2') format('woff2'),
        url('../fonts/jf-openhuninn-2.0.woff') format('woff');
}

/* Apply Taibun across the document; descendants inherit unless the theme resets font-family. */
body,
button,
input,
optgroup,
select,
textarea,
code,
kbd,
samp,
pre,
tt,
h1, h2, h3, h4, h5, h6,
.fixed-nav,
.site-footer,
#site-head .blog-description,
#site-head a.btn,
#site-head #site-languages .btn-lang {
    font-family: "Taibun";
}
