:root {
  --brand-bg: #ffffff;
  --brand-bg-soft: #f6f7f5;
  --brand-bg-elevated: #ffffff;
  --brand-surface: #f3f4f2;
  --brand-line: #e5e7e3;
  --brand-text: #1a1c1a;
  --brand-muted: #5f675f;
  --brand-accent: #1f8a70;
  --brand-accent-dim: #176b57;
  --brand-accent-contrast: #ffffff;
  --brand-promo: #12352c;
  --brand-promo-text: #e8fff6;
  --brand-danger: #c44536;
  --brand-radius: 10px;
  --font-display: "Manrope", "Segoe UI", sans-serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
  --shadow-soft: 0 10px 30px rgba(18, 28, 24, 0.08);
  --max: 1200px;
}
