:root {
  --brand-navy: #081633;
  --brand-blue: #c85b00;
  --brand-blue-soft: #fff4d4;
  --brand-orange: #f59e0b;
  --text-strong: #081633;
  --text-body: #4d6281;
  --text-muted: #60708c;
  --surface: #ffffff;
  --surface-soft: #f9f6f1;
  --line: #e2d9cc;
  --success: #0f766e;
  --danger: #b91c1c;
  --warning: #9a5b00;
  --shadow-soft: 0 16px 32px rgba(10, 19, 40, 0.08);
  --shadow-strong: 0 24px 56px rgba(10, 19, 40, 0.14);
}
