/*
Theme Name: Sango
Theme URI: https://demo.sango-sti.com/
Author: SANGO
Author URI: https://sango-sti.com/
Description: Hızlı, SEO-dostu, Elementor uyumlu minimalist WordPress teması.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: sango
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Temel reset ve erişilebilirlik iyileştirmeleri */
html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; color: #111; }
img { max-width: 100%; height: auto; }
a { color: #0a58ca; text-decoration: none; }
a:hover { text-decoration: underline; }
.container { width: min(1200px, 92%); margin: 0 auto; }
.site-header, .site-footer { background: #fff; border-bottom: 1px solid #eee; }
.site-footer { border-top: 1px solid #eee; border-bottom: 0; margin-top: 40px; }
.main { padding: 0; }
.main > :first-child { margin-top: 0; }
.primary-nav ul { margin: 0; padding: 0; list-style: none; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; margin: -1px; clip: rect(0 0 0 0); overflow: hidden; padding: 0; border: 0; }

