@font-face {
    font-family: 'GillSansNova-Medium';
    src: url('../fonts/GillSansNova-Medium.woff2') format('woff2'),
        url('../fonts/GillSansNova-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansNova-SemiBold';
    src: url('../fonts/GillSansNova-SemiBold.woff2') format('woff2'),
        url('../fonts/GillSansNova-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansNova-Light';
    src: url('../fonts/GillSansNova-Light.woff2') format('woff2'),
        url('../fonts/GillSansNova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansNova-CnBookIt';
    src: url('../fonts/GillSansNova-CnBookIt.woff2') format('woff2'),
        url('../fonts/GillSansNova-CnBookIt.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'GillSansNova-BookItalic';
    src: url('../fonts/GillSansNova-BookItalic.woff2') format('woff2'),
        url('../fonts/GillSansNova-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}


@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue.woff2') format('woff2'),
        url('../fonts/HelveticaNeue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue-Light';
    src: url('../fonts/HelveticaNeue-Light.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

