@charset "utf-8";

/* 
Font CSS Styles
Author: Graffino (www.graffino.com)
Fonts: 
	Agenda-Ro (R, I, B, BI, M, MI, S, SI)
	Handsome (R)

	Extra Light, Ultra Light = 100
	Light, Thin = 200
	Book, Demi = 300
	Normal, Regular = 400
	Medium = 500
	SemiBold, Demibold = 600
	Bold = 700
	Black, ExtraBold, Heavy = 800
	Extra Black, Fat, Poster, UltraBlack = 900
*/

/* !Agenda-Ro */
/* ==|========================================================================= */

/* Regular */
@font-face {
    font-family: 'Agenda-Ro';
    src: url('agendreg_ro-webfont.eot');
    src: url('agendreg_ro-webfont.eot?#iefix') format('embedded-opentype'),
         url('agendreg_ro-webfont.woff') format('woff'),
         url('agendreg_ro-webfont.ttf') format('truetype'),
         url('agendreg_ro-webfont.svg#agendaroregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Italic */
@font-face {
    font-family: 'Agenda-Ro';
    src: url('agendregita_ro-webfont.eot');
    src: url('agendregita_ro-webfont.eot?#iefix') format('embedded-opentype'),
         url('agendregita_ro-webfont.woff') format('woff'),
         url('agendregita_ro-webfont.ttf') format('truetype'),
         url('agendregita_ro-webfont.svg#agendaroitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

/* Semibold */
@font-face {
    font-family: 'Agenda-Ro';
    src: url('agendsem_ro-webfont.eot');
    src: url('agendsem_ro-webfont.eot?#iefix') format('embedded-opentype'),
         url('agendsem_ro-webfont.woff') format('woff'),
         url('agendsem_ro-webfont.ttf') format('truetype'),
         url('agendsem_ro-webfont.svg#agendaroregular') format('svg');
    font-weight: 600;
    font-style: normal;

}
/* Semibold Italic */
@font-face {
    font-family: 'Agenda-Ro';
    src: url('agendsemita_ro-webfont.eot');
    src: url('agendsemita_ro-webfont.eot?#iefix') format('embedded-opentype'),
         url('agendsemita_ro-webfont.woff') format('woff'),
         url('agendsemita_ro-webfont.ttf') format('truetype'),
         url('agendsemita_ro-webfont.svg#agendaroitalic') format('svg');
    font-weight: 600;
    font-style: italic;

}
/* Medium */
@font-face {
    font-family: 'Agenda-Ro';
    src: url('agendmed_ro-webfont.eot');
    src: url('agendmed_ro-webfont.eot?#iefix') format('embedded-opentype'),
         url('agendmed_ro-webfont.woff') format('woff'),
         url('agendmed_ro-webfont.ttf') format('truetype'),
         url('agendmed_ro-webfont.svg#agendaroregular') format('svg');
    font-weight: 500;
    font-style: normal;

}
/* Medium Italic */
@font-face {
    font-family: 'Agenda-Ro';
    src: url('agendmedita_ro-webfont.eot');
    src: url('agendmedita_ro-webfont.eot?#iefix') format('embedded-opentype'),
         url('agendmedita_ro-webfont.woff') format('woff'),
         url('agendmedita_ro-webfont.ttf') format('truetype'),
         url('agendmedita_ro-webfont.svg#agendaroitalic') format('svg');
    font-weight: 500;
    font-style: italic;
}

/* Bold */
@font-face {
    font-family: 'Agenda-Ro';
    src: url('agendbol_ro-webfont.eot');
    src: url('agendbol_ro-webfont.eot?#iefix') format('embedded-opentype'),
         url('agendbol_ro-webfont.woff') format('woff'),
         url('agendbol_ro-webfont.ttf') format('truetype'),
         url('agendbol_ro-webfont.svg#agendarobold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/* Bold Italic */
@font-face {
    font-family: 'Agenda-Ro';
    src: url('agendbolita_ro-webfont.eot');
    src: url('agendbolita_ro-webfont.eot?#iefix') format('embedded-opentype'),
         url('agendbolita_ro-webfont.woff') format('woff'),
         url('agendbolita_ro-webfont.ttf') format('truetype'),
         url('agendbolita_ro-webfont.svg#agendarobold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}


/* !Handsome */
/* ==|========================================================================= */

/* Regular */
@font-face {
    font-family: 'Handsome';
    src: url('handsome-regular-webfont.eot');
    src: url('handsome-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('handsome-regular-webfont.woff') format('woff'),
         url('handsome-regular-webfont.ttf') format('truetype'),
         url('handsome-regular-webfont.svg#handsomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('open-sans-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('open-sans-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('open-sans-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('open-sans-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('open-sans-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('open-sans-v14-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}