/* 
    Document   : fonts
    Created on : 27-sep-2013, 17:44:14
    Author     : Oriol Corominas Hernández
    Description: CSS3 FONTS
*/

@font-face {
    font-family: Coco-Bold;
    font-weight: bold;
    font-stretch:normal;
    font-style:normal;
    src: url("otf/Coco-Bold.otf") format("opentype");
}
@font-face {
    font-family: Coco-BoldCondensed;
    font-weight: bold;
    font-stretch:condensed;
    font-style:normal;    
    src: url("otf/Coco-BoldCondensed.otf") format("opentype");
}
@font-face {
    font-family: Coco-BoldCondensedItalic;
    font-weight: bold;
    font-stretch:condensed;
    font-style:italic;    
    src: url("otf/Coco-BoldCondensedItalic.otf") format("opentype");
}
@font-face {
    font-family: Coco-BoldItalic;
    font-weight: bold;
    font-stretch:normal;
    font-style:italic;    
    src: url("otf/Coco-BoldCondensedItalic.otf") format("opentype");
}
@font-face {
    font-family: Coco-Condensed;
    font-weight: normal;
    font-stretch:condensed;
    font-style:italic;    
    src: url("otf/Coco-Condensed.otf") format("opentype");
}
@font-face {
    font-family: Coco-CondensedItalic;
    font-weight: normal;
    font-stretch:condensed;
    font-style:italic;    
    src: url("otf/Coco-CondensedItalic.otf") format("opentype");
}
@font-face {
    font-family: Coco-Italic;
    font-weight: normal;
    font-stretch:normal;
    font-style:italic;    
    src: url("otf/Coco-Italic.otf") format("opentype");
}
@font-face {
    font-family: Coco-Regular;
    font-weight: normal;
    font-stretch:normal;
    font-style:normal;    
    src: url("otf/Coco-Regular.otf") format("opentype");
}
@font-face {
    font-family: Dense;
    font-weight: normal;
    font-stretch:normal;
    font-style:normal;    
    src: url("otf/Dense.otf") format("opentype");
}
@font-face {
    font-family: Exo-Black;
    font-weight:bold;
    font-stretch:normal;
    font-style:normal;    
    src: url("otf/Exo-Black.otf") format("opentype");
}
@font-face {
    font-family: Exo-BlackItalic;
    font-weight:bold;
    font-stretch:normal; 
    font-style:italic;    
    src: url("otf/Exo-BlackItalic.otf") format("opentype");
}
@font-face {
    font-family: Exo-Bold;
    font-weight:bold;
    font-stretch:normal;
    font-style:normal;    
    src: url("otf/Exo-Bold.otf") format("opentype");
}
@font-face {
    font-family: Exo-BoldItalic;
    font-weight:bold;
    font-stretch:normal;
    font-style:italic;    
    src: url("otf/Exo-BoldItalic.otf") format("opentype");
}
@font-face {
    font-family: Exo-ExtraBold;
    font-weight:bolder;
    font-stretch:normal;
    font-style:normal;    
    src: url("otf/Exo-ExtraBold.otf") format("opentype");
}
@font-face {
    font-family: Exo-ExtraBoldItalic;
    font-weight:bolder;
    font-stretch:normal;
    font-style:italic;    
    src: url("otf/Exo-ExtraBoldItalic.otf") format("opentype");
}
@font-face {
    font-family: Exo-ExtraLight;
    font-weight: lighter;
    font-stretch:normal;
    font-style:normal;    
    src: url("otf/Exo-ExtraLight.otf") format("opentype");
}
@font-face {
    font-family: Exo-ExtraLightItalic;
    font-weight: lighter;
    font-stretch:normal;
    font-style:italic;    
    src: url("otf/Exo-ExtraLightItalic.otf") format("opentype");
}
@font-face {
    font-family: Exo-Medium;
    font-weight: normal;
    font-stretch: normal;
    font-style:normal;    
    src: url("otf/Exo-Medium.otf") format("opentype");
}
@font-face {
    font-family: Exo-MediumItalic;
    font-weight: normal;
    font-stretch: normal;
    font-style:italic;    
    src: url("otf/Exo-MediumItalic.otf") format("opentype");
}
@font-face {
    font-family: Exo-Regular;
    font-weight: normal;
    font-stretch: normal;
    font-style:normal;    
    src: url("otf/Exo-Regular.otf") format("opentype");
}
@font-face {
    font-family: Exo-SemiBold;
    font-weight: bold;
    font-stretch: normal;
    font-style:normal;    
    src: url("otf/Exo-SemiBold.otf") format("opentype");
}
@font-face {
    font-family: Exo-SemiBoldItalic;
    font-weight: bold;
    font-stretch: normal;
    font-style:italic;    
    src: url("otf/Exo-SemiBoldItalic.otf") format("opentype");
}
@font-face {
    font-family: Exo-Thin;
    font-weight: normal;
    font-stretch: normal;
    font-style:normal;    
    src: url("otf/Exo-Thin.otf") format("opentype");
}
@font-face {
    font-family: Exo-ThinItalic;
    font-weight: normal;
    font-stretch: normal;
    font-style:italic;    
    src: url("otf/Exo-ThinItalic.otf") format("opentype");
}


@font-face {
    font-family: EBGaramond;
    font-weight: normal;
    font-stretch: normal;
    font-style:normal;    
    src: url("otf/EBGaramond.otf") format("opentype");
}

@font-face {
    font-family: EBGaramondSC;
    font-weight: normal;
    font-stretch: normal;
    font-style:normal;    
    src: url("otf/EBGaramondSC.otf") format("opentype");
}

@font-face {
    font-family: Higher;
    font-weight: normal;
    font-stretch: normal;
    font-style:normal;    
    src: url("otf/Higher.otf") format("opentype");
}
@font-face {
    font-family: KaushanScript-Regular;
    font-weight: normal;
    font-stretch: normal;
    font-style:normal;    
    src: url("otf/KaushanScript-Regular.otf") format("opentype");
}

@font-face {
    font-family: Quicksand-Bold;
    font-weight: bold;
    font-stretch: normal;
    font-style:normal;    
    src: url("otf/Quicksand-Bold.otf") format("opentype");
}

@font-face {
    font-family: Quicksand-BoldItalic;
    font-weight: bold;
    font-stretch: normal;
    font-style:italic;    
    src: url("otf/Quicksand-BoldItalic.otf") format("opentype");
}

@font-face {
    font-family: Quicksand-Italic;
    font-weight: normal;
    font-stretch: normal;
    font-style:italic;    
    src: url("otf/Quicksand-Italic.otf") format("opentype");
}

@font-face {
    font-family: Quicksand-Light;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;    
    src: url("otf/Quicksand-Light.otf") format("opentype");
}

@font-face {
    font-family: Quicksand-LightItalic;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;    
    src: url("otf/Quicksand-LightItalic.otf") format("opentype");
}

@font-face {
    font-family: Quicksand-Regular;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;    
    src: url("otf/Quicksand-Regular.otf") format("opentype");
}

@font-face {
    font-family: Quicksand_Dash;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;    
    src: url("otf/Quicksand_Dash.otf") format("opentype");
}

@font-face {
    font-family: Quirky Nots;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;    
    src: url("otf/Quirky Nots.otf") format("opentype");
}

@font-face {
    font-family: SourceCodePro-Black;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;    
    src: url("otf/SourceCodePro-Black.otf") format("opentype");
}
@font-face {
    font-family: SourceCodePro-Bold;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;    
    src: url("otf/SourceCodePro-Bold.otf") format("opentype");
}
@font-face {
    font-family: SourceCodePro-ExtraLight;
    font-weight: lighter;
    font-stretch: normal;
    font-style: normal;    
    src: url("otf/SourceCodePro-ExtraLight.otf") format("opentype");
}
@font-face {
    font-family: SourceCodePro-Light;
    font-weight: lighter;
    font-stretch: normal;
    font-style: normal;    
    src: url("otf/SourceCodePro-Light.otf") format("opentype");
}
@font-face {
    font-family: SourceCodePro-Medium;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;    
    src: url("otf/SourceCodePro-Medium.otf") format("opentype");
}
@font-face {
    font-family: SourceCodePro-Regular;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;    
    src: url("otf/SourceCodePro-Regular.otf") format("opentype");
}
@font-face {
    font-family: SourceCodePro-Semibold;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;    
    src: url("otf/SourceCodePro-Semibold.otf") format("opentype");
}
@font-face {
    font-family: SourceSansPro-Black;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;    
    src: url("otf/SourceSansPro-Black.otf") format("opentype");
}
@font-face {
    font-family: SourceSansPro-Bold;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;    
    src: url("otf/SourceSansPro-Bold.otf") format("opentype");
}
@font-face {
    font-family: SourceSansPro-ExtraLight;
    font-weight: lighter;
    font-stretch: normal;
    font-style: normal;    
    src: url("otf/SourceSansPro-ExtraLight.otf") format("opentype");
}
@font-face {
    font-family: SourceSansPro-Light;
    font-weight: lighter;
    font-stretch: normal;
    font-style: normal;    
    src: url("otf/SourceSansPro-Light.otf") format("opentype");
}
@font-face {
    font-family: SourceSansPro-Regular;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;    
    src: url("otf/SourceSansPro-Regular.otf") format("opentype");
}
@font-face {
    font-family: SourceSansPro-Semibold;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;    
    src: url("otf/SourceSansPro-Semibold.otf") format("opentype");
}
@font-face {
    font-family: Woodshop-Regular;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;    
    src: url("otf/Woodshop-Regular.otf") format("opentype");
}
@font-face {
    font-family: Woodwarrior-Bold;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;    
    src: url("otf/Woodwarrior-Bold.otf") format("opentype");
}
@font-face {
    font-family: Woodwarrior-Light;
    font-weight: lighter;
    font-stretch: normal;
    font-style: normal;    
    src: url("otf/Woodwarrior-Light.otf") format("opentype");
}
@font-face {
    font-family: Woodwarrior-Regular;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;    
    src: url("otf/Woodwarrior-Regular.otf") format("opentype");
}

@font-face {
    font-family: AlexBrush-Regular;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;    
    src: url("ttf/AlexBrush-Regular.ttf") format("truetype");
}
@font-face {
    font-family: AllerDisplay;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;    
    src: url("ttf/AllerDisplay.ttf") format("truetype");
}
@font-face {
    font-family: Aller_Bd;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;    
    src: url("ttf/Aller_Bd.ttf") format("truetype");
}
@font-face {
    font-family: Aller_BdIt;
    font-weight: bold;
    font-stretch: normal;
    font-style: italic;    
    src: url("ttf/Aller_BdIt.ttf") format("truetype");
}
@font-face {
    font-family: Aller_It;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;    
    src: url("ttf/Aller_It.ttf") format("truetype");
}
@font-face {
    font-family: Aller_Lt;
    font-weight: lighter;
    font-stretch: normal;
    font-style: normal;    
    src: url("ttf/Aller_Lt.ttf") format("truetype");
}
@font-face {
    font-family: Aller_LtIt;
    font-weight: lighter;
    font-stretch: normal;
    font-style: italic;    
    src: url("ttf/Aller_LtIt.ttf") format("truetype");
}
@font-face {
    font-family: Aller_Rg;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;    
    src: url("ttf/Aller_Rg.ttf") format("truetype");
}

@font-face {
    font-family: Amble_Bold;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;    
    src: url("ttf/Amble_Bold.ttf") format("truetype");
}
@font-face {
    font-family: Amble_BoldItalic;
    font-weight: bold;
    font-stretch: normal;
    font-style: italic;    
    src: url("ttf/Amble_BoldItalic.ttf") format("truetype");
}
@font-face {
    font-family: Amble_Italic;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;    
    src: url("ttf/Amble_Italic.ttf") format("truetype");
}
@font-face {
    font-family: Amble_Light;
    font-weight: lighter;
    font-stretch: normal;
    font-style: normal;    
    src: url("ttf/Amble_Light.ttf") format("truetype");
}
@font-face {
    font-family: Amble_LightCondensed;
    font-weight: lighter;
    font-stretch: condensed;
    font-style: normal;    
    src: url("ttf/Amble_LightCondensed.ttf") format("truetype");
}
@font-face {
    font-family: Amble_LightCondensedItalic;
    font-weight: lighter;
    font-stretch: condensed;
    font-style: italic;    
    src: url("ttf/Amble_LightCondensedItalic.ttf") format("truetype");
}
@font-face {
    font-family: Amble_Regular;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;    
    src: url("ttf/Amble_Regular.ttf") format("truetype");
}
@font-face {
    font-family: BoB;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;    
    src: url("ttf/BoB.ttf") format("truetype");
}
@font-face {
    font-family: Cantarell-Bold;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;    
    src: url("ttf/Cantarell-Bold.ttf") format("truetype");
}
@font-face {
    font-family: Cantarell-BoldOblique;
    font-weight: bold;
    font-stretch: normal;
    font-style: italic;    
    src: url("ttf/Cantarell-BoldOblique.ttf") format("truetype");
}
@font-face {
    font-family: Cantarell-Oblique;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;    
    src: url("ttf/Cantarell-Oblique.ttf") format("truetype");
}
@font-face {
    font-family: Cantarell-Regular;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;    
    src: url("ttf/Cantarell-Regular.ttf") format("truetype");
}

@font-face {
    font-family: Chrome-Black;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;    
    src: url("ttf/Chrome-Black.ttf") format("truetype");
}

@font-face {
    font-family: Chrome-Normal;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;    
    src: url("ttf/Chrome-Normal.ttf") format("truetype");
}

@font-face {
    font-family: Linny;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;    
    src: url("ttf/Linny.ttf") format("truetype");
}




@font-face {
    font-family: LiberationSans-Bold;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;    
    src: url("ttf/LiberationSans-Bold.ttf") format("truetype");
}

@font-face {
    font-family: LiberationSans-BoldItalic;
    font-weight: bold;
    font-stretch: normal;
    font-style: italic;    
    src: url("ttf/LiberationSans-BoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: LiberationSans-Italic;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;    
    src: url("ttf/LiberationSans-Italic.ttf") format("truetype");
}

@font-face {
    font-family: LiberationSans-Regular;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;    
    src: url("ttf/LiberationSans-Regular.ttf") format("truetype");
}


@font-face {
    font-family: look-up;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;    
    src: url("ttf/look-up.ttf") format("truetype");
}

@font-face {
    font-family: Nobile-Bold;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;    
    src: url("ttf/Nobile-Bold.ttf") format("truetype");
}

@font-face {
    font-family: Nobile-BoldItalic;
    font-weight: bold;
    font-stretch: normal;
    font-style: italic;    
    src: url("ttf/Nobile-BoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: Nobile-Italic;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;    
    src: url("ttf/Nobile-Italic.ttf") format("truetype");
}

@font-face {
    font-family: Nobile-Medium;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;    
    src: url("ttf/Nobile-Medium.ttf") format("truetype");
}

@font-face {
    font-family: Nobile-MediumItalic;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;    
    src: url("ttf/Nobile-MediumItalic.ttf") format("truetype");
}

@font-face {
    font-family: Nobile-Regular;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;    
    src: url("ttf/Nobile-Regular.ttf") format("truetype");
}


