@charset "utf-8";

/*Fontlar*/
/*ÖNEMLİ NOT: font yolunu "/Fonts" şeklinde verince mobilde sorun oluyor. "./Fonts" şeklinde noktalı kök ile verince düzeliyor. Server yayınında sorun yaratmayabilir ama localde sorun yaratıyor.*/
@font-face {
		font-family: 'dancingscript';
		src: url('../Fonts/dancingscript-bold.eot');
		src: url('../Fonts/dancingscript-bold.eot?#iefix') format('embedded-opentype'),
				 url('../Fonts/dancingscript-bold.woff') format('woff'),
				 url('../Fonts/dancingscript-bold.ttf') format('truetype'),
				 url('../Fonts/dancingscript-bold.woff2') format('woff2');
		font-weight: normal;
		font-style: normal;
}

@font-face {
		font-family: 'anke';
		src: url('../Fonts/anke_calligraphic.eot');
		src: url('../Fonts/anke_calligraphic.eot?#iefix') format('embedded-opentype'),
				 url('../Fonts/anke_calligraphic.woff') format('woff'),
				 url('../Fonts/anke_calligraphic.ttf') format('truetype'),
				 url('../Fonts/anke_calligraphic.woff2') format('woff2');
		font-weight: normal;
		font-style: normal;
}

@font-face {
		font-family: 'bebaskai';
		src: url('../Fonts/bebaskai.eot');
		src: url('../Fonts/bebaskai.eot?#iefix') format('embedded-opentype'),
				 url('../Fonts/bebaskai.woff') format('woff'),
				 url('../Fonts/bebaskai.ttf') format('truetype'),
				 url('../Fonts/bebaskai.woff2') format('woff2');
		font-weight: normal;
		font-style: normal;
}

@font-face {
		font-family: 'bebasneuelight';
		src: url('../Fonts/bebasneuelight.eot');
		src: url('../Fonts/bebasneuelight.eot?#iefix') format('embedded-opentype'),
				 url('../Fonts/bebasneuelight.woff') format('woff'),
				 url('../Fonts/bebasneuelight.ttf') format('truetype'),
				 url('../Fonts/bebasneuelight.woff2') format('woff2');
		font-weight: normal;
		font-style: normal;
}

@font-face {
		font-family: 'milkshake';
		src: url('../Fonts/milkshake.eot');
		src: url('../Fonts/milkshake.eot?#iefix') format('embedded-opentype'),
				 url('../Fonts/milkshake.woff') format('woff'),
				 url('../Fonts/milkshake.ttf') format('truetype'),
				 url('../Fonts/milkshake.woff2') format('woff2');
		font-weight: normal;
		font-style: normal;
}

@font-face {
		font-family: 'robotocondbold';
		src: url('../Fonts/robotocondbold.eot');
		src: url('../Fonts/robotocondbold.eot?#iefix') format('embedded-opentype'),
				 url('../Fonts/robotocondbold.woff') format('woff'),
				 url('../Fonts/robotocondbold.ttf') format('truetype'),
				 url('../Fonts/robotocondbold.woff2') format('woff2');
		font-weight: normal;
		font-style: normal;
}

@font-face {
		font-family: 'robotocondlight';
		src: url('../Fonts/robotocondlight.eot');
		src: url('../Fonts/robotocondlight.eot?#iefix') format('embedded-opentype'),
				 url('../Fonts/robotocondlight.woff') format('woff'),
				 url('../Fonts/robotocondlight.ttf') format('truetype'),
				 url('../Fonts/robotocondlight.woff2') format('woff2');
		font-weight: normal;
		font-style: normal;
}