/* Normal Weight */
@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Bold Weight */
@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: FiraSans-ExtraBold;
    src: url('../fonts/custom/FiraSans-ExtraBold.ttf');
        /* width and color */

}
@font-face {
    font-family: FiraSans;
    src: url('../fonts/custom/FiraSans-Regular.ttf');
        /* width and color */
}
@font-face {
    font-family: FiraSans-Bold;
    src: url('../fonts/custom/FiraSans-Bold.ttf');
        /* width and color */
}
