/********Font weight***********/
.mpStyle h1,
.mpStyle h2,
.mpStyle h3,
.mpStyle h4,
.mpStyle h5,
.mpStyle h6{
    font-weight: var(--fw-medium);
    margin: 0;padding: 0;line-height: 1.25;
}
.mpStyle strong{font-weight: var(--fw-bold);}
.mpStyle .extraBold{font-weight: 900;}
/********Font Size***********/
.mpStyle h1{font-size: var(--font-size-h1);}
.mpStyle h2{font-size: var(--font-size-h2);}
.mpStyle h3{font-size: var(--font-size-h3);}
.mpStyle h4{font-size: var(--font-size-h4);}
.mpStyle h5{font-size: var(--font-size-h5);}
.mpStyle h6{font-size: var(--font-size-h6);}
.mpStyle label{font-size: var(--font-size-label);}
@media only screen and (max-width: 991px) {
    .mpStyle h1{font-size: 90%;}
    .mpStyle h2{font-size: 90%;}
    .mpStyle h3{font-size: 90%;}
    .mpStyle h4{font-size: 90%;}
    .mpStyle h5{font-size: 90%;}
    .mpStyle h6{font-size: 90%;}
    .mpStyle label{font-size: 90%;}
}
@media only screen and (max-width: 767px) {
    .mpStyle h1{font-size: 80%;}
    .mpStyle h2{font-size: 80%;}
    .mpStyle h3{font-size: 80%;}
    .mpStyle h4{font-size: 80%;}
    .mpStyle h5{font-size: 80%;}
    .mpStyle h6{font-size: 80%;}
    .mpStyle label{font-size: 80%;}
}
