/*
 * Файл сформирован из assets/css/style.css.
 * Исходные диапазоны строк: 4-22.
 */

/* ===== ПЕРЕМЕННЫЕ ===== */
:root {
  --bg-dark: #0e1210;
  --bg-darker: #070a08;
  --bg-card: #1a1f1c;
  --accent-olive: #5c7a3e;
  --accent-olive-light: #7a9e55;
  --accent-khaki: #b8a87c;
  --accent-orange: #e67e22;
  --accent-orange-dark: #c0681e;
  --text-light: #ede6d5;
  --text-muted: #d4dec5;
  --border-radius: 12px;
  --border-radius-sm: 8px;
  --box-shadow: 0 20px 30px -10px rgba(0,0,0,0.6);
  --box-shadow-hover: 0 30px 40px -12px rgba(0,0,0,0.8);
  --transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
