/*
 Theme Name:   Webpress Hub
 Theme URI:    https://webpresshub.net/readymade-designs/
 Description:  Its a GeneratePress child theme for Sports Website Templeate By Webpress Hub
 Author:       Teckshop.net
 Author URI:   https://webpresshub.net/
 Template:     generatepress
 Version:      0.1
*/

#Content h2 {
    color: white !important;
    font-size: 20px !important;
    font-weight: bold;
    line-height: 1.4em;
    background-color: var(--e-global-color-secondary) !important;
    padding: 10px 15px;
    border-radius: 8px;
}
#Content h3 {
    color: white !important;
    font-size: 20px !important;
    font-weight: bold;
    line-height: 1.4em;
    background-color: var(--e-global-color-secondary) !important;
    padding: 10px 15px;
    border-radius: 8px;
}
#Content h4 {
    color: white !important;
    font-size: 20px !important;
    font-weight: bold;
    line-height: 1.4em;
    background-color: var(--e-global-color-secondary) !important;
    padding: 10px 15px;
    border-radius: 8px;
}
#Content h5 {
    color: white !important;
    font-size: 20px !important;
    font-weight: bold;
    line-height: 1.4em;
    background-color: var(--e-global-color-secondary) !important;
    padding: 10px 15px;
    border-radius: 8px;
}
.wp-block-heading span {
    color: white !important;
}

