
var praxis = {
  src: '/sifr3/praxis-com-light.swf'
};

sIFR.prefetch(praxis);

sIFR.activate();

/*
- leading: similar to line-height in CSS
- Don't type "px" after the values for leading & letter-spacing!!
- Have to include bold/italic fonts in Flash file otherwise bold/italic won't show up.
*/

sIFR.replace(praxis, {
selector: 'h1'
,css: [
  '.sIFR-root { color:#00a3c3; font-weight: normal; leading: -3; letter-spacing: 0.1; }'
]
});


sIFR.replace(praxis, {
selector: 'span.home-heading'
,css: [
  '.sIFR-root { color:#ffffff; font-weight: normal; leading: -3; letter-spacing: 2; }'
]
});

