﻿
/*@import url(http://fonts.googleapis.com/css?family=Crushed|Carrois+Gothic|Carrois+Gothic+SC&effect=shadow-multiple);*/

/*@import url('https://fonts.googleapis.com/css?family=Didact+Gothic');*/

.fontN
{
	font-family: 'Carrois Gothic', sans-serif;
	font-weight: 400;
}

.fontSC
{
	font-family: 'Carrois Gothic SC', sans-serif;
	font-weight: 400;
}

.fontNShadow
{
	font-family: 'Carrois Gothic', sans-serif;
	font-weight: 400;
	text-shadow: 0px 0px 4px #aaa;
}

.fontSCShadow
{
	font-family: 'Carrois Gothic SC', sans-serif;
	font-weight: 400;
	text-shadow: 0px 0px 4px #aaa;
}
.fontKirche
{
    font-family: 'Crushed', cursive;
	font-weight: 400;
}