@font-face {
    font-family: "TCCC-UnityHeadline";
    src: url("../Fonts/TCCC-UnityHeadline-Regular.ttf");
}

@font-face {
    font-family: "TCCC-UnityHeadline";
    src: url("../Fonts/TCCC-UnityHeadline-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "TCCC-UnityHeadline";
    src: url("../Fonts/TCCC-UnityHeadline-Bold.ttf");
    font-weight: 700;
}

@font-face {
    font-family: "TCCC-UnityText";
    src: url("../Fonts/TCCC-UnityText-Regular.ttf");
}

@font-face {
    font-family: "TCCC-UnityText";
    src: url("../Fonts/TCCC-UnityText-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "TCCC-UnityText";
    src: url("../Fonts/TCCC-UnityText-Bold.ttf");
    font-weight: 700;
}

/* Mobile Fonts */

.cc-header-large /* H1 */ {
    font-family: "TCCC-UnityHeadline", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
}

.cc-header-medium /* H2 */ {
    font-family: "TCCC-UnityHeadline", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}

.cc-header-small /* H3 */,
.cc-header-extra-small /* H4 */ {
    font-family: "TCCC-UnityHeadline", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
}

.cc-subheader-primary /* S1 */ {
    font-family: "TCCC-UnityHeadline", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.cc-subheader-secondary /* S2 */ {
    font-family: "TCCC-UnityHeadline", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.cc-body-primary /* P1 */ {
    font-family: "TCCC-UnityHeadline", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.cc-body-secondary /* P2 */ {
    font-family: "TCCC-UnityHeadline", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #000000;
}

.cc-body-tertiary /* P3 */ {
    font-family: "TCCC-UnityHeadline", sans-serif;
    font-weight: 400;
    font-size: 8px;
    line-height: 16px;
    color: #000000;
}

.cc-caption-primary /* C1 */{
    font-family: "TCCC-UnityHeadline", sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
}

.cc-caption-secondary /* C2 */,
.cc-caption-tertiary /* C3 */ {
    font-family: "TCCC-UnityHeadline", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    color: #000000;
}

.cc-label /* L1 */ {
    font-family: "TCCC-UnityHeadline", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    color: #000000;
}

/* Desktop / Tablet Fonts */ 

@media (min-width: 768px) {
    .cc-header-large /* H1 */ {
        font-weight: 700;
        font-size: 30px;
        line-height: 48px;
    }
    .cc-header-medium /* H2 */ {
        font-weight: 600;
        font-size: 22px;
        line-height: 32px;
    }
    .cc-header-small /* H3 */ {
        font-weight: 600;
        font-size: 16px;
        line-height: 32px;
    }
    .cc-header-extra-small /* H4 */ {
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
    }
    .cc-header-x-small /* H5 */ {
        font-weight: 700;
        font-size: 12px;
        line-height: 32px;
    }
    .cc-subheader-primary /* S1 */ /* B1 */ /* B3 */ /* B4 */{
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
    }
    .cc-subheader-secondary /* S2 */ {
        font-weight: 600;
        font-size: 12px;
        line-height: 22px;
    }
    .cc-body-primary /* P1 */ {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }
    .cc-body-secondary /* P2 */ {
        font-weight: 400;
        font-size: 12px;
        line-height: 24px;
    }
    .cc-body-tertiary /* P3 */ {
        font-weight: 600;
        font-size: 8px;
        line-height: 16px;
    }
    .cc-caption-primary /* C1 */ {
        font-weight: 500;
        font-size: 10px;
        line-height: 16px;
    }
    .cc-caption-secondary /* C2 */ {
        font-weight: 400;
        font-size: 10px;
        line-height: 16px;
    }
    .cc-caption-tertiary /* C3 */ {
        font-weight: 600;
        font-size: 8px;
        line-height: 16px;
    }
    .cc-label /* L1 */ {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }

}