/* 
    Created on : 14-abr-2014, 11:49:00
    Author     : Nacho Mora
*/

/* ****************************************************************************
/* TIPOGRAFIAS
/* *************************************************************************** */

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(../../../fonts/sanspro_normal.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(../../../fonts/sanspro_italic.woff) format('woff');
}
@font-face {
  font-family: 'Brandon Grotesque Bold';
  font-weight: bold;
  src: local('Brandon Grotesque Bold'), url(../../../fonts/Brandon_bld.otf) format('opentype');
}
@font-face {
  font-family: 'Ostrich Sans Rounded';
  font-style: normal;
  font-weight: bold;
  src: url(../../../fonts/ostrich-rounded.eot);
  src: local('Ostrich Sans Rounded'), url(../../../fonts/ostrich-rounded.woff) format('woff'), url(../../../fonts/ostrich-rounded.ttf) format('truetype'), url(../../../fonts/ostrich-rounded.svg) format('svg');
}
@font-face {
  font-family: 'Museo';
  src: url('../../../fonts/Museo_Slab_500_2-webfont.eot');
  src: url('../../../fonts/Museo_Slab_500_2-webfont.eot#iefix') format('embedded-opentype'),
    url('../../../fonts/Museo_Slab_500_2-webfont.woff') format('woff2'),
    url('../../../fonts/Museo_Slab_500_2-webfont.woff') format('woff'),
    url('../../../fonts/Museo_Slab_500_2-webfont.ttf') format('truetype'),
    url('../../../fonts/Museo_Slab_500_2-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Museo';
  src: url('../../../fonts/Museo_Slab_500italic-webfont.eot');
  src: url('../../../fonts/Museo_Slab_500italic-webfont.eot#iefix') format('embedded-opentype'),
    url('../../../fonts/Museo_Slab_500italic-webfont.woff') format('woff2'),
    url('../../../fonts/Museo_Slab_500italic-webfont.woff') format('woff'),
    url('../../../fonts/Museo_Slab_500italic-webfont.ttf') format('truetype'),
    url('../../../fonts/Museo_Slab_500italic-webfont.svg') format('svg');
  font-weight: normal;
  font-style: italic;

}