/* load the Bell fonts */
@font-face {
    font-family: 'Bell';
    src: url('/assets/fonts/BellSlim.eot'); /* IE9 Compat Modes */
    src: url('/assets/fonts/BellSlim.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/BellSlim.woff2') format('woff2'),
    url('/assets/fonts/BellSlim.woff') format('woff'),
    url('/assets/fonts/BellSlim.ttf')  format('truetype');
}
@font-face {
    font-family: 'BellBold';
    src: url('/assets/fonts/BellSlimSemiBold.eot'); /* IE9 Compat Modes */
    src: url('/assets/fonts/BellSlimSemiBold.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/BellSlimSemiBold.woff') format('woff'),
    url('/assets/fonts/BellSlimSemiBold.ttf')  format('truetype');
}
