@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');


.not-bold {
	font-weight: 400;
}

.main-font {
	font-family: "Poppins", Arial, sans-serif;
	letter-spacing: normal;
}

/*Font Awesome*/
.fa-solid {
	font-size: 30px;
}

.fa-brands {
	font-size: 40px;
}

/*Header and Footer*/
header {
	font-family: 'Roboto Slab', Arial, sans-serif;
	font-weight: 700;
}

.nav-indexer {
	font-family: 'Roboto Slab', Arial, sans-serif;
	font-weight: 700;
}

.footer-sec2 {
	font-family: "Poppins", Arial, sans-serif;
	font-weight: 700;
}

.footer-sec2 span,
footer {
	font-family: "Poppins", Arial, sans-serif;
	font-weight: 400;
}

/*Main*/
main {
	font-family: "Poppins", Arial, sans-serif;

}

main li {
	font-size: 1.1rem;
}

p {
	font-size: 1.1rem;
}

/*Ana Sayfa*/
.catchword {
	font-size: 23px;
	font-weight: 700;
}

/*KVKK*/
.kvkk-body {
	font-family: "Roboto", Arial, sans-serif;
	letter-spacing: -0.03em;
}