
/* All fonts styles should be in this file */

@font-face {
    font-family: 'agendabold';
    src: url('/static/canada/Mobile/MobileDemo/common/fonts/agenda-bold-webfont.eot');
    src: url('/static/canada/Mobile/MobileDemo/common/fonts/agenda-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/canada/Mobile/MobileDemo/common/fonts/agenda-bold-webfont.woff') format('woff'),
         url('/static/canada/Mobile/MobileDemo/common/fonts/agenda-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'agendamedium';
    src: url('/static/canada/Mobile/MobileDemo/common/fonts/agenda-medium-webfont.eot');
    src: url('/static/canada/Mobile/MobileDemo/common/fonts/agenda-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/canada/Mobile/MobileDemo/common/fonts/agenda-medium-webfont.woff') format('woff'),
         url('/static/canada/Mobile/MobileDemo/common/fonts/agenda-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'agendalight';
    src: url('/static/canada/Mobile/MobileDemo/common/fonts/agenda-light-webfont.eot');
    src: url('/static/canada/Mobile/MobileDemo/common/fonts/agenda-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/canada/Mobile/MobileDemo/common/fonts/agenda-light-webfont.woff') format('woff'),
         url('/static/canada/Mobile/MobileDemo/common/fonts/agenda-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}