@font-face {
    font-family: century-gothic;
    src: url('../fonts/centurygothic.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: century-gothic;
    src: url('../fonts/centurygothic_bold.woff') format('woff');
    font-weight: 700;
}

@font-face {
    font-family: finalsix;
    src: url('../fonts/FinalSix_Hairline.otf') format('otf');
    font-weight: 100;
 }

@font-face {
    font-family: finalsix;
    src: url('../fonts/FinalSix_Thin.woff') format('woff');
    font-weight: 200;
}

@font-face {
    font-family: finalsix;
    src: url('../fonts/FinalSix_Light.woff') format('woff');
    font-weight: 300;
}
 
@font-face {
    font-family: finalsix;
    src: url('../fonts/FinalSix_Book.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: finalsix;
    src: url('../fonts/FinalSix_Medium.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: finalsix;
    src: url('../fonts/FinalSix_Bold.woff') format('woff');
    font-weight: 600;
}

@font-face {
    font-family: finalsix;
    src: url('../fonts/FinalSix_ExtraBold.woff') format('woff');
    font-weight: 700;
}

@font-face {
    font-family: finalsix;
    src: url('../fonts/FinalSix_Black.woff') format('woff');
    font-weight: 800;
}
 
@font-face {
    font-family: finalsix;
    src: url('../fonts/FinalSix_Heavy.woff') format('woff');
    font-weight: 900;
}