/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* Cinzel Bold Font */
@font-face {
	font-family: 'Cinzel Bold';
	src: url('../Cinzel-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

/* Slider Başlıkları için Cinzel Bold Font - Sadece belirtilen yazılar için */
.slider-title-cinzel {
	font-family: 'Cinzel Bold', 'Raleway', sans-serif !important;
}


