/*
Theme Name:  Soft-Lab
Theme URI:   https://softlabsrl.md
Author:      Soft-Lab S.R.L.
Author URI:  https://softlabsrl.md
Description: Профессиональная тема для бухгалтерской и IT-компании Soft-Lab S.R.L. Включает страницы: Главная, Услуги, О Компании, Обучение, Контакты.
Version:     1.0.0
License:     GNU General Public License v2 or later
Text Domain: softlab
Tags:        business, accounting, professional, blue, responsive
*/

/* ─── CSS VARIABLES ──────────────────────────────────────── */
:root {
  --blue:        #1F2D4F;
  --blue-mid:    #2C3F6B;
  --blue-light:  #5470A3;
  --blue-pale:   #EEF1F7;
  --blue-dark:   #16213B;
  --white:       #fafbfd;
  --offwhite:    #f3f5f9;
  --slate:       #5a6a80;
  --slate-light: #a0b0c4;
  --border:      #dde4ee;
  --amber:       #F0AF1A;
  --amber-light: #f2e0c0;
  --green:       var(--brand-green);
  --green-pale:  #eaf5ef;
  --charcoal:    #1a1f2e;
  --brand-navy:  #1F2D4F;
  --brand-green: #4A9E76;
  --font-head:   'Manrope', sans-serif;
  --font-body:   'Inter', sans-serif;
}

/* ─── RESET ──────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--charcoal); background: var(--white); line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font-family: inherit; }
ul { list-style: none; }
