/*
 * $Id: fonts.customStyle.css 51 2014-03-21 15:19:33Z david.winter $
 */

@charset "utf-8";

/* WEBFONTS ############################################################################################################
##################################################################################################################### */
@font-face {
    font-family:'BundesSerif';
    font-weight: normal;
    font-style: normal;
    src: url('/static/Fonts/BundesSerifWeb-Regular.eot?#iefix') format('embedded-opentype'),
    url('/static/Fonts/BundesSerifWeb-Regular.woff') format('woff'),
    url('/static/Fonts/BundesSerifWeb-Regular.ttf')  format('truetype');
}

@font-face {
    font-family:'BundesSerif';
    font-weight: bold;
    font-style: normal;
    src: url('/static/Fonts/BundesSerifWeb-Bold.eot?#iefix') format('embedded-opentype'),
    url('/static/Fonts/BundesSerifWeb-Bold.woff') format('woff'),
    url('/static/Fonts/BundesSerifWeb-Bold.ttf')  format('truetype');
}

@font-face {
    font-family:'BundesSans';
    font-weight: normal;
    font-style: normal;
    src: url('/static/Fonts/BundesSansWeb-Regular.eot?#iefix') format('embedded-opentype'),
    url('/static/Fonts/BundesSansWeb-Regular.woff') format('woff'),
    url('/static/Fonts/BundesSansWeb-Regular.ttf')  format('truetype');
}

@font-face {
    font-family:'BundesSans';
    font-weight: bold;
    font-style: normal;
    src: url('/static/Fonts/BundesSansWeb-Bold.eot?#iefix') format('embedded-opentype'),
    url('/static/Fonts/BundesSansWeb-Bold.woff') format('woff'),
    url('/static/Fonts/BundesSansWeb-Bold.ttf')  format('truetype');
}