@charset "utf-8";
/* FONTS CSS */
/*-------------------------------------------------------------------------------------------------------------------*/
/*FONT FAMILY*/
/*-------------------------------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'Font-Light';
    src: url('../../fonts/dhl/Frutiger-Light.eot');
    src: url('../../fonts/dhl/Frutiger-Light.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/dhl/Frutiger-Light.woff') format('woff'),
         url('../../fonts/dhl/Frutiger-Light.ttf') format('truetype'),
         url('../../fonts/dhl/Frutiger-Light.svg#Frutiger-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Font-Normal';
    src: url('../../fonts/dhl/Frutiger-Normal.eot');
    src: url('../../fonts/dhl/Frutiger-Normal.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/dhl/Frutiger-Normal.woff') format('woff'),
         url('../../fonts/dhl/Frutiger-Normal.ttf') format('truetype'),
         url('../../fonts/dhl/Frutiger-Normal.svg#Frutiger-Normal') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Font-Bold';
    src: url('../../fonts/dhl/Frutiger-Bold.eot');
    src: url('../../fonts/dhl/Frutiger-Bold.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/dhl/Frutiger-Bold.woff') format('woff'),
         url('../../fonts/dhl/Frutiger-Bold.ttf') format('truetype'),
         url('../../fonts/dhl/Frutiger-Bold.svg#Frutiger-Normal') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Font-Black';
    src: url('../../fonts/dhl/Frutiger-Black.eot');
    src: url('../../fonts/dhl/Frutiger-Black.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/dhl/Frutiger-Black.woff') format('woff'),
         url('../../fonts/dhl/Frutiger-Black.ttf') format('truetype'),
         url('../../fonts/dhl/Frutiger-Black.svg#Frutiger-Normal') format('svg');
    font-weight: normal;
    font-style: normal;
}


