/*
Theme Name: NOMAD Groupe
Theme URI: https://nomadgroupe.kz
Author: NOMAD Groupe
Author URI: https://nomadgroupe.kz
Description: Премиальная тема для строительной компании в Казахстане. Современный, футуристичный дизайн с казахскими орнаментами.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nomad-groupe
Tags: one-page, responsive, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, theme-options
*/

/* ===================================
   CSS CUSTOM PROPERTIES (Variables)
=================================== */
:root {
  --color-primary: #C8A96E;
  --color-secondary: #0B3D91;
  --color-white: #FFFFFF;
  --color-black: #061840;
  --color-dark: #092E6E;
  --color-dark-2: #0B3D91;
  --color-gray-light: #F0F4FB;
  --color-gray: #7A90B8;
  --color-text: #0D2557;
  --color-text-light: #4A6399;

  --font-display: 'Playfair Display', 'Georgia', serif;
  --font-body: 'Jost', 'Helvetica Neue', sans-serif;
  --font-accent: 'Cormorant Garamond', serif;

  --transition-fast: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-med: 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.75s cubic-bezier(0.4, 0, 0.2, 1);

  --border-radius: 4px;
  --border-radius-lg: 12px;
  --shadow-soft: 0 4px 30px rgba(0,0,0,0.08);
  --shadow-medium: 0 8px 50px rgba(0,0,0,0.15);
  --shadow-heavy: 0 20px 80px rgba(0,0,0,0.25);

  --max-width: 1440px;
  --section-padding: 120px;
  --section-padding-mobile: 60px;
}
