﻿/**
 * TÃ¼m Ã¶n yÃ¼z â€” Inter tipografi (tema varsayÄ±lanlarÄ± Ã¼zerine)
 * Font Awesome ve kod bloklarÄ± hariÃ§
 */

html {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	overflow-x: hidden;
	max-width: 100%;
}

body {
	font-family: inherit;
	overflow-x: hidden;
	max-width: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body *:not(.fa):not(.fa-stack):not(.glyphicon) {
	font-family: inherit !important;
}

code,
pre,
kbd,
samp {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Courier New', monospace !important;
}

/* Footer â€” usta CTA ÅŸeridi (tÃ¼m Ã¶n yÃ¼z) */
.footer-usta-cta {
	background: linear-gradient(90deg, #fef2f2 0%, #fee2e2 100%);
	padding: 1.25rem 0;
	text-align: center;
	border-top: 1px solid #fecaca;
}
.footer-usta-cta p {
	margin: 0 0 0.75rem;
	font-weight: 600;
	color: #991b1b;
}
.footer-usta-cta .btn {
	border-radius: 999px;
	font-weight: 700;
	padding: 0.5rem 1.5rem;
}
.jobguru-footer-area .footer-subheading {
	font-size: 0.95rem;
	font-weight: 700;
	margin: 1rem 0 0.5rem;
	color: #333;
}
.jobguru-footer-area .footer-subheading:first-of-type {
	margin-top: 0;
}
