/*
Theme Name: Ismailsagdic Theme
Theme URI: https://ismailsagdic.dev
Author: İsmail Sağdıç
Author URI: https://ismailsagdic.dev
Description: Kişisel site için özel WordPress teması (GEO/AI/SEO odaklı).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: ismailsagdic-theme
*/

:root{--primary:#0b77b5}
body{font-family:Averta,system-ui,-apple-system,sans-serif;font-weight:400}
.link-hover{position:relative;text-decoration:none}
.link-hover:after{content:'';position:absolute;width:0;height:1px;bottom:-1px;left:0;background:var(--primary);transition:width .2s}
.link-hover:hover:after{width:100%}
.current-menu-item>a,.current_page_item>a,.current-menu-ancestor>a{color:var(--primary)!important}


/* Content typography */
.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{font-weight:700;line-height:1.25;color:#0f172a;margin-top:1.2em;margin-bottom:.5em}
.entry-content h1{font-size:2rem}
.entry-content h2{font-size:1.65rem}
.entry-content h3{font-size:1.35rem}
.entry-content h4{font-size:1.15rem}
.entry-content p{margin:.8em 0;color:#334155;line-height:1.75}
.entry-content ul,.entry-content ol{margin:.8em 0 .8em 1.2em}
.entry-content ul{list-style:disc}
.entry-content ol{list-style:decimal}
.entry-content li{margin:.35em 0;color:#334155}
.entry-content blockquote{border-left:4px solid #cbd5e1;padding:.5em 1em;color:#475569;background:#f8fafc;margin:1em 0}
.entry-content a{color:#0b77b5;text-decoration:underline}
.entry-content img{max-width:100%;height:auto;border-radius:.35rem;margin:1em 0}
.entry-content table{width:100%;border-collapse:collapse;margin:1em 0}
.entry-content th,.entry-content td{border:1px solid #e2e8f0;padding:.55rem;text-align:left}
