/* Neo Sans Pro */
@font-face {
    font-family: 'Neo Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url('./neo-sans-pro/NeoSansProLight.woff') format('woff');
}

@font-face {
    font-family: 'Neo Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('./neo-sans-pro/NeoSansProRegular.woff') format('woff');
}

@font-face {
    font-family: 'Neo Sans Pro';
    font-style: normal;
    font-weight: 500;
    src: url('./neo-sans-pro/NeoSansProMedium.woff') format('woff');
}

@font-face {
    font-family: 'Neo Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('./neo-sans-pro/NeoSansProBold.woff') format('woff');
}

@font-face {
    font-family: 'Neo Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url('./neo-sans-pro/NeoSansProLight.woff') format('woff');
}

/* Calibri */
@font-face {
    font-family: 'Calibri';
    font-style: normal;
    font-weight: 300;
    src: url('./calibri/Calibri-Light.woff') format('woff');
}

@font-face {
    font-family: 'Calibri';
    font-style: normal;
    font-weight: 400;
    src: url('./calibri/Calibri-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Calibri';
    font-style: italic;
    font-weight: 400;
    src: url('./calibri/Calibri-Italic.woff') format('woff');
}

@font-face {
    font-family: 'Calibri';
    font-style: normal;
    font-weight: 700;
    src: url('./calibri/Calibri-Bold.woff') format('woff');
}