/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.

OVERLOAD THIS FILE IN YOUR THEME!

*/
@media screen {
	.typography h1, .typography h2{visibility: hidden;}
}