/* =================================
    GENERAL
================================= */

body {
    font-weight: 500;
}


/* Post */
.single-post-content h1,
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}


.page .global-header.transparent-mode {
    background: transparent !important;
}

.page .global-header.transparent-mode .brand-logo-light {
    display: block;
}

.page .global-header.transparent-mode .brand-logo-dark {
    display: none;
}

.page .global-header.transparent-mode .fc-global-navigation .e-n-menu-title-text {
    color: #fff !important;
}

.page .global-header.transparent-mode .fc-global-navigation svg.e-fas-chevron-up,
.page .global-header.transparent-mode .fc-global-navigation svg.e-fas-chevron-down,
.page .global-header.transparent-mode .icon-search svg,
.page .global-header.transparent-mode .icon-search svg path {
    fill: #fff !important;
}