@font-face {
    font-family: 'Serif';
    src: url('../font/BemboStd.woff2') format('woff2'),
        url('../font/BemboStd.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SansLight';
    src: url('../font/GothamPro-Light.woff2') format('woff2'),
        url('../font/GothamPro-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SansBold';
    src: url('../font/GothamPro-Bold.woff2') format('woff2'),
        url('../font/GothamPro-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SansMedium';
    src: url('../font/GothamPro-Medium.woff2') format('woff2'),
        url('../font/GothamPro-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SansRegular';
    src: url('../font/GothamPro.woff2') format('woff2'),
        url('../font/GothamPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
