	@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;600;800;900&family=Merienda:wght@800&family=Montserrat:wght@400;500;700;900&family=Poppins:wght@500;700&family=Roboto+Condensed:wght@100;200;300;400;500;600;700;800&family=Sofia+Sans+Condensed:wght@100;200;300;400;500&display=swap');
	.font_1 { font-family: 'Montserrat', sans-serif; }
	.font_2 { font-family: 'Merienda', cursive; }
	.font_3 { font-family: 'Sofia Sans Condensed', sans-serif; }
	.font_4 { font-family: 'Poppins', sans-serif; }
	.font_5 { font-family: 'Roboto Condensed', sans-serif; }
	.font_6 { font-family: 'Barlow', sans-serif; }

	body {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 12pt;
		color: #000000;
	}

	a {
		color: #000000;
		text-decoration: none;
		transition: color 0.3s ease;
	}

	a:hover {
		color: #fc0000;
		text-decoration: none;
	}

	a:active {
		color: #ffc000;
	}

	a:visited {
		/* color: #000000; */
	}

	input {
		text-transform: normal;
	}

	textarea {
		text-transform: normal;
	}

	select {
		text-transform: normal;
		border-radius: 0px !important;
		border: 1px solid #636363;
	}
	

	
	/* CARD ZEMİN RENKLER BAŞLA */
	
	.card_kirmizi {
		background: radial-gradient(circle, rgba(255,255,255,1) 61%, rgba(255,230,230,1) 100%);
	}
	
	.card_yesil {
		background: radial-gradient(circle, rgba(255,255,255,1) 61%, rgba(209,230,209,1) 100%);
	}
	
	.card_mavi {
		background: radial-gradient(circle, rgba(255,255,255,1) 58%, rgba(171,194,219,1) 100%);
	}
	
	/* SELECT BOX - TomSelect */
	/*
	.ts-control {
		font-size: 10pt;
		padding: 0 0 0 10px;
		margin: 0px;
	}
	
	.ts-dropdown {
		font-size: 10pt;
		border-radius: 0px;
	}
	*/
