var yourtypeface = {
      src: 'assets/templates/coopt/eurostile.swf'
};
 
sIFR.activate(yourtypeface);
 
sIFR.replace(yourtypeface, {
      selector: 'h1.title',
      css: [
      '.sIFR-root { font-size: 22px; font-weight: bold; color:#dc291e; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h2',
      css: [
      '.sIFR-root { font-size: 18px; font-weight: bold; color:#dc291e; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h1.subTitle',
      css: [
      '.sIFR-root { font-size: 18px; font-weight: bold; color:#dc291e; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h3',
      css: [
      '.sIFR-root { font-size: 16px; font-weight: bold; color:#dc291e; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h4',
      css: [
      '.sIFR-root { font-size: 14px; font-weight: bold; color:#dc291e; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h5',
      css: [
      '.sIFR-root { font-size: 14px; font-weight: bold; color:#dc291e; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h6',
      css: [
      '.sIFR-root { font-size: 14px; font-weight: bold; color:#dc291e; }'
      ],
      wmode: 'transparent'
});