@font-face{

    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot');
    src: url('../fonts/Calibri.woff') format('woff'),
    url('../fonts/Calibri.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;

}

@font-face{

    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.eot');
    src: url('../fonts/Calibri-Bold.woff') format('woff'),
    url('../fonts/Calibri-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;

}

@font-face{

    font-family: 'Calibri';
    src: url('../fonts/Calibri-Light.eot');
    src: url('../fonts/Calibri-Light.woff') format('woff'),
    url('../fonts/Calibri-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;

}