/*////// FONT FACE IMPORTS //////*/

/*//// TCCC UNITY TEXT ////*/
@font-face {
    font-family: "TCCC-UnityText Regular";
    src: url('./TCCC-UNITYTEXT-REGULAR.TTF');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "TCCC-UnityText Bold";
    src: url('./TCCC-UNITYTEXT-BOLD.TTF');
    font-weight: normal;
    font-style: normal;
}





/*//// TCCC UNITY HEADLINE //*/
@font-face {
    font-family: "TCCC-UnityHeadline Light";
    src: url('./TCCC-UNITYHEADLINE-LIGHT.TTF');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "TCCC-UnityHeadline Regular";
    src: url('./TCCC-UNITYHEADLINE-REGULAR.TTF');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "TCCC-UnityHeadline Bold";
    src: url('./TCCC-UNITYHEADLINE-BOLD.TTF');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "TCCC-UnityHeadline Black";
    src: url('./TCCC-UNITYHEADLINE-BLACK.TTF');
    font-weight: normal;
    font-style: normal;
}





/*//// TCCC You - THE COKE FONT //*/
@font-face {
    font-family: "You2013";
    src: url('./You-DB-2013.otf');
    font-weight: normal;
    font-style: normal;
}





/*//// TCCC TRASH HAND //*/
@font-face {
    font-family: "Trash Hand";
    src: url('./TrashHand.TTF');
    font-weight: normal;
    font-style: normal;
}





/*//// GOTHAM ////*/
@font-face {
    font-family: "Gotham";
    src: url('./Gotham-Medium.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Gotham Bold";
    src: url('./Gotham-Bold.otf');
    font-weight: normal;
    font-style: normal;
}