/* 
  HTML5 ✰ Boilerplate 
  
  style.css contains a reset, font normalization and some base styles.
  
  credit is left where credit is due.
  much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*/

@font-face {
    font-family: 'Abadi';
    src: url('f/abaexbc-webfont.eot');
    src: url('f/abaexbc-webfont.eot#iefix') format('embedded-opentype'),
         url('f/abaexbc-webfont.woff') format('woff'),
         url('f/abaexbc-webfont.ttf') format('truetype'),
         url('f/abaexbc-webfont.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Abadi';
    src: url('f/abalc-webfont.eot');
    src: url('f/abalc-webfont.eot#iefix') format('embedded-opentype'),
         url('f/abalc-webfont.woff') format('woff'),
         url('f/abalc-webfont.ttf') format('truetype'),
         url('f/abalc-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DavidSans';
    src: url('f/david_sans_condensed-webfont.eot');
    src: url('f/david_sans_condensed-webfont.eot#iefix') format('embedded-opentype'),
         url('f/david_sans_condensed-webfont.woff') format('woff'),
         url('f/david_sans_condensed-webfont.ttf') format('truetype'),
         url('f/david_sans_condensed-webfont.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'DavidSans';
    src: url('f/david_sans-webfont.eot');
    src: url('f/david_sans-webfont.eot#iefix') format('embedded-opentype'),
         url('f/david_sans-webfont.woff') format('woff'),
         url('f/david_sans-webfont.ttf') format('truetype'),
         url('f/david_sans-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}