/* @font-face css file     for HiLoDeco2demiBold                              modified  by   +X^N */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 17, 2015*/ 
/*  by uploading the ttf file
    [20150517] 'double check' with https://css-tricks.com/snippets/css/using-font-face/ 
               & added browser comments fromsamesiteabove "Last updated on: April 7, 2015"   by +X^N
    [20150517] changes_ from bold to normal                                                  by +X^N
    [20150518] Added_ font-variant & font-stretch                                            by +X^N
    [20150520]added font-face texgyreHeros
              added font-face texgyreHerosBold
              & added font-face texgyreSchola                                                by +X^N
              moved fonts to ../fnts/
*/

@font-face {
    /*[20150520]WasOK font-family: 'hilodeco2demibold';  */    
    font-family: 'hiloDeco2demibold';
    src: url('../fnts/hilodeco2demibold-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fnts/hilodeco2demibold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fnts/hilodeco2demibold-webfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fnts/hilodeco2demibold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fnts/hilodeco2demibold-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
      
         url('../fnts/hilodeco2demibold-webfont.svg#hilodeco2demiboldbold') format('svg'); /* Legacy iOS */
    /*[20150518]Added_ font-variant: normal & font-stretch: normal */
    font-variant: normal;
    font-stretch: normal;
    /*[20150517]WAS font-weight: bold;*/
    font-weight: normal;
    font-style: normal;
}
/*[20150519]added class="hilodeco2demibold"  by  +X^N  */
.hiloDeco2demibold {
  /*[20150520]WasOK font-family: 'hiloDeco2demibold';*/
  font-family: 'hiloDeco2demibold' , 'sans-serif';
  font-size: 1.56em;
}



/*[20150520]added class="texgyreHeros"  by  +X^N  */
@font-face {
    font-family: 'texgyreHeros';
    src: url('../fnts/texgyreheros-regular-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fnts/texgyreheros-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         
         url('../fnts/texgyreheros-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fnts/texgyreheros-regular-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fnts/texgyreheros-regular-webfont.svg#texgyreherosregular') format('svg'); /* Legacy iOS */
    font-variant: normal;
    font-stretch: normal;
    font-weight: normal;
    font-style: normal;
}
.texgyreHeros {
    /* [20210814] Was OK font-family: 'texgyreHeros' , 'sans-serif'; */
    font-family: 'texgyreHeros' , Helvetica, Arial, 'Liberation Sans', Sans ,  'sans-serif';
}

/*[20150520]added class="texgyreHerosBold"  by  +X^N  */
@font-face {
    font-family: 'texgyreHerosBold';
    src: url('../fnts/texgyreheros-bold-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fnts/texgyreheros-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         
         url('../fnts/texgyreheros-bold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fnts/texgyreheros-bold-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fnts/texgyreheros-bold-webfont.svg#texgyreherosbold') format('svg'); /* Legacy iOS */
    font-variant: normal;
    font-stretch: normal;
    font-weight: normal; /*using normal because uploaded a bold font*/
    font-style: normal;
}
.texgyreHerosBold {
    font-family: 'texgyreHerosBold' , 'sans-serif';
}


/*[20150520]added class="texgyreSchola"  by  +X^N  */
@font-face {
    font-family: 'texgyreSchola';
    src: url('../fnts/texgyreschola-regular-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fnts/texgyreschola-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         
         url('../fnts/texgyreschola-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fnts/texgyreschola-regular-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fnts/texgyreschola-regular-webfont.svg#texgyrescholaregular') format('svg'); /* Legacy iOS */
    font-variant: normal;
    font-stretch: normal;
    font-weight: normal;
    font-style: normal;
}
.texgyreSchola {
    font-family: 'texgyreSchola' , 'serif';
}



/*_fini_                                                                               by  +X^N   */