/* ═══════════════════════════════════════════════
   ai/css/style.css  v1.0
   Базовые переменные и сброс для поддомена ai.
   ═══════════════════════════════════════════════ */

@font-face {
  font-family: 'KZBookman';
  src: url('https://atyraulib.kz/wp-content/themes/atyraulib/fonts/KZ-Bookman-Old-Style-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --green-dark:   #1b4d35;
  --green-mid:    #1e6640;
  --gold:         #c9a434;
  --gold-light:   #e2c05a;
  --white:        #ffffff;
  --gray-bg:      #f5f5f5;
  --text-dark:    #1a1a1a;
  --text-gray:    #555;
  --border-light: #ddd;
  --shadow-sm:    0 2px 12px rgba(0,0,0,0.07);
  --shadow-md:    0 8px 28px rgba(0,0,0,0.13);
  --radius:       6px;
  --tr:           0.2s ease;
}

*, *::before, *::after { box-sizing: border-box; }
body {
  font-family: 'Montserrat', sans-serif;
  color: var(--text-dark);
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  background: #f7faf8;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
