/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'GothamRndSSm';
    src: url('/fonts/GothamRndSSm-Medium.eot');
    src: url('/fonts/GothamRndSSm-Medium.eot?#iefix') format('embedded-opentype'),
         url('/fonts/GothamRndSSm-Medium.woff') format('woff'),
         url('/fonts/GothamRndSSm-Medium.ttf') format('truetype'),
         url('/fonts/GothamRndSSm-Medium.svg#GothamRndSSm') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamRndSSm';
    src: url('/fonts/GothamRndSSm-Bold.eot');
    src: url('/fonts/GothamRndSSm-Bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/GothamRndSSm-Bold.woff') format('woff'),
         url('/fonts/GothamRndSSm-Bold.ttf') format('truetype'),
         url('/fonts/GothamRndSSm-Bold.svg#GothamRndSSm') format('svg');
    font-weight: bold;
    font-style: normal;

}