/*
 Theme Name: Mesmerize Child
 Template: mesmerize
*/

/* Force hero title to be bold */
.hero-title {
    font-weight: 800 !important;
}

.header-subtitle {
    font-weight: 700 !important;
}

/* Fix top menu bar logo text */
.text-logo {
    text-transform: none !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

/* Fix the thin words inside spans */
.text-logo span {
    font-weight: 600 !important;
}