.custom-heading {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.font-size-small {
    font-size: 16px;
}

.font-size-medium {
    font-size: 24px;
}

.font-size-large {
    font-size: 32px;
}

.text-transform-none {
    text-transform: none;
}

.text-transform-uppercase {
    text-transform: uppercase;
}

.text-transform-lowercase {
    text-transform: lowercase;
}

.text-transform-capitalize {
    text-transform: capitalize;
}

.text-alignment-left {
    text-align: left;
}

.text-alignment-center {
    text-align: center;
}

.text-alignment-right {
    text-align: right;
}

.is-white {
    color: white;
}

.is-blue {
    color: #70B8EB;
}
  
.is-dark-blue {
    color: #12507D;
}

.is-light-blue {
    color: #DCEDFA;
}

.is-bg-orange {
    color: #F8A94F;
}

.is-dark-orange {
    color: #d27000;
}

.is-light-orange {
    color: #FFF9F1;
}

/* Font-weight styles */
.font-weight-normal {
    font-weight: normal;
}

.font-weight-bold {
    font-weight: bold;
}

.font-weight-lighter {
    font-weight: lighter;
}

.font-weight-bolder {
    font-weight: bolder;
}

.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}
