/* Extra Small */
@media screen and (max-width: 575px) {
    .bold{
        font-size: 18px;
        margin-bottom: 0rem;
    }
    
    .thin{
        font-size:12px;
    }

    .extra-thin{
        font-size: 7.5px;
    }

    .title{
        font-size: larger;
        font-weight: bold;
    }

    .ok-font{
        font-size: 3vw;
    }
}

/* Small */
@media screen and (min-width: 576px) {
    .bold{
        font-size: 20px;
        margin-bottom: 0rem;
    }
    
    .thin{
        font-size:13px;
    }

    .extra-thin{
        font-size: xx-small;
    }
    .title{
        font-size: xx-large;
    }

    .ok-font{
        font-size: 2vw;
    }
}

/* Medium */
@media screen and (min-width: 768px) {
    .bold{
        font-size: 22px;
        margin-bottom: 0rem;
      }
    
    .thin{
        font-size:14px;
    }

    .extra-thin{
        font-size: xx-small;
    }
    .title{
        font-size: xx-large;
    }
    .ok-font{
        font-size: 2vw;
    }
}

/* Large */
@media screen and (min-width: 992px) {
    .bold{
        
        font-size: 26px;
        margin-bottom: 0rem;
      }
    
    .thin{
        font-size:15px;
    }

    .extra-thin{
        font-size: xx-small;
    }

    .title{
        font-size: xx-large;
    }

    .ok-font{
        font-size: 1.5vw;
    }
}

.mpmchannel{
    font-size: 125%;
    font-weight: 550;
    background: -webkit-linear-gradient(120deg, #EF3825 , #FEE540);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
