@import url("screen.css"); /* default gitit screen styles */
@import url("highlighting.css"); /* for syntax highlighting */

@font-face {
        font-family: 'UnifrakturMaguntia';
        font-style: normal;
        font-weight: 400;
        src: local('UnifrakturMaguntia'), url(UnifrakturMaguntia.woff) format('woff');
}

@font-face {
        font-family: 'tannenbergfett';
        font-style: normal;
        font-weight: 600;
        src: local('tannenbergfett'), url(tannenbergfett.woff) format('woff');
}

h1.pageTitle {
	font-family: 'UnifrakturMaguntia', sans-serif;

}

h1, h2, h3, h4, h5, h6 {
	font-family: 'tannenbergfett';
}

html {
	background-image: url("/img/parchment.jpg") !important;
	background-repeat: repeat, repeat;
}

/* Put your custom style modifications here: */

