/*
  GENBA theme overrides
  - common styles are in ../common/common.css
*/
:root{
  --bg:#ffffff;
  --bg2:#f6fbf9;
  --text:#0b1220;
  --muted:#4f6570;
  --border:rgba(11, 50, 58, .12);
  --shadow:0 10px 30px rgba(12, 32, 58, .08);

  /* Theme: teal */
  --brand:#0b3a44;
  --brand2:#0f5563;
  --accent:#19c37d;

  /* Hero background (per-LP) */
  --hero-grad-1: rgba(11, 58, 68, .10);
  --hero-grad-2: rgba(25, 195, 125, .14);
  --quote-grad-1: rgba(11, 58, 68, .18);
  --quote-grad-2: rgba(25, 195, 125, .16);

  --radius:18px;
}

