/*
Theme Name:  ABC Avukatlık Pro
Theme URI:   https://socialworks.com.tr
Author:      Sosyal İşler Plus
Author URI:  https://socialworks.com.tr
Description: ABC Avukatlık Ofisi için özel, tam özelleştirilebilir WordPress teması. Admin panelinden her detay yönetilebilir: renkler, fontlar, slider, avukat profilleri, hizmetler, form, footer ve SEO.
Version:     2.0.0
Requires at least: 6.0
Tested up to:      6.6
Requires PHP:      7.4
License:     GNU General Public License v2 or later
Text Domain: abc-hukuk
Tags:        law-firm, turkish, customizer, full-customizable, custom-colors, custom-logo, featured-images
*/

/* ── CSS CUSTOM PROPERTIES ── */
/* Customizer tarafından wp_add_inline_style ile override edilir */
:root {
  --abc-gold:        #B8965A;
  --abc-gold-l:      #D4B07A;
  --abc-gold-d:      #8B6D3A;
  --abc-navy:        #0D1B2A;
  --abc-navy2:       #12263A;
  --abc-navy3:       #1A3249;
  --abc-cream:       #F5F0E8;
  --abc-cream2:      #EDE6D8;
  --abc-text:        #3A3830;
  --abc-text-l:      #7A7260;
  --abc-white:       #FDFBF7;
  --abc-font-head:   'Cormorant Garamond', Georgia, serif;
  --abc-font-body:   'Jost', 'Helvetica Neue', sans-serif;
  --abc-nav-h:       72px;
  --abc-radius:      0px;
  --abc-transition:  0.28s ease;
}

/* ── TEMEL RESET ── */
*,*::before,*::after { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; font-size:16px; }
body {
  font-family: var(--abc-font-body);
  background: var(--abc-white);
  color: var(--abc-text);
  overflow-x: hidden;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width:100%; height:auto; display:block; }
a { text-decoration:none; color:inherit; transition:color var(--abc-transition); }
ul,ol { list-style:none; }
button,input,select,textarea { font-family:inherit; }
button { cursor:pointer; }
