@font-face {
    font-family: "Century Gothic";
    src: url("../fonts/Century Gothic.ttf");
}

@font-face {
    font-family: "Century Gothic Bold";
    src: url("../fonts/Century Gothic Bold.ttf");
}

.century-cothic-bold {
    font-family: "Century Gothic Bold";
    text-transform: lowercase;
}

.century-cothic{
    font-family: "Century Gothic";
    text-transform: lowercase;
    font-weight: 600 !important;
}

.century-cothic-bold span.red {
    color: #ec1111;
}