:root{
  --bg: #ffffff;
  --text: #0A0A0A;
  --muted: rgba(10,10,10,.64);
  --line: rgba(10,10,10,.10);
  --soft: rgba(10,10,10,.05);

  --brand: #1EB3D6;
  --brand2: rgba(30,179,214,.22);

  --radius: 18px;
  --shadow: 0 22px 80px rgba(10,10,10,.10);
  --shadow2: 0 12px 40px rgba(10,10,10,.10);
}