/*
Theme Name: AHİD Teması
Theme URI: https://www.ahid.org.tr/
Author: İboto Digital
Author URI: https://iboto.com.tr
Description: Ankara Halkla İlişkiler Derneği için tasarlanmış, premium kurumsal + editoryal karma kimlikli özel WordPress temasıdır. Dernek haberleri, köşe yazıları, etkinlikler, üyelik ve kurul yönetimi için ahid-core eklentisiyle birlikte çalışır.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: ahid
Tags: custom-menu, featured-images, threaded-comments, translation-ready
*/

/* -----------------------------------------------------------
   Minimal CSS Reset — gerçek stiller assets/css/tokens.css ve
   assets/css/main.css içindedir.
   ----------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd, ul, ol { margin: 0; }
ul[class], ol[class] { padding: 0; list-style: none; }
body { min-height: 100vh; text-rendering: optimizeSpeed; line-height: 1.5; }
a:not([class]) { text-decoration-skip-ink: auto; }
img, picture, svg { max-width: 100%; display: block; }
input, button, textarea, select { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: 0; }
table { border-collapse: collapse; border-spacing: 0; }
