/** Montserrat SemiBold **/
@font-face {
    font-family: "Montserrat";
    src: url('Montserrat-Medium.woff2') format('woff2'),
        url('Montserrat-Medium.woff') format('woff');
    font-style: normal;
    font-weight: 500;
}

/** Century Gothic **/
@font-face {
    font-family: "Century_Gothic";
    src: url('gothic.woff') format('woff');
    font-style: normal;
    font-weight: 500;
}

/** Century Gothic Bold**/
@font-face {
    font-family: "Century_Gothic_Bold";
    src: url('gothic_bold.woff') format('woff');
    font-style: normal;
    font-weight: 500;
}

/** Arial Bold**/
@font-face {
    font-family: "Arial_Bold";
    src: url('arialbd.woff') format('woff');
    font-style: normal;
    font-weight: 500;
}