/* Font weight */
.bold {
    font-weight: 700;
}

.semibold {
    font-weight: 600;
}

.regular {
    font-weight: 400;
}

/* Font Size */
.font-48px {
    font-family: 'Source Serif Pro', serif;
    font-style: normal;
    font-size: 2.9863rem;
    color: var(--black);
}

.font-39px {
    font-family: 'Source Serif Pro', serif;
    font-style: normal;
    font-size: 2.4881rem;
    color: var(--black);
}

.font-33px {
    font-family: 'Source Serif Pro', serif;
    font-style: normal;
    font-size: 2.0737rem;
    color: var(--black);
}

.font-27px {
    font-family: 'Source Serif Pro', serif;
    font-style: normal;
    font-size: 1.7281rem;
    color: var(--black);
}

.font-23px {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-size: 1.44rem;
    color: var(--black);
}

.font-19px {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-size: 1.2rem;
    color: var(--black);
}

.font-17px {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-size: 1.0625rem;
    color: var(--grey);
}

.font-13px {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-size: 0.8331rem;
    color: var(--black);
}

.font-11px {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-size: 0.6944rem;
    color: var(--black);
}


@media only screen and (max-width: 767.92px) {
    /* Font Resizing */
    .font-48px {
        font-size: 2.027rem;
    }

    .font-39px {
        font-size: 1.802rem;
    }

    .font-33px {
        font-size: 1.602rem;
    }

    .font-27px {
        font-size: 1.424rem;
    }

    .font-23px {
        font-size: 1.266rem;
    }

    .font-19px {
        font-size: 1.125rem;
    }

    .font-17px {
        font-size: 1rem;
    }
}
