:root {
  --teal:    #3AA89D;
  --teal-d:  #267D74;
  --teal-xd: #0D2E2A;
  --teal-l:  #1A3D38;
  --teal-mid:#1F4D47;
  --bg:      #0A1F1C;
  --bg2:     #0F2925;
  --card:    #132D29;
  --border:  #1E4A43;
  --text:    #D4F0EC;
  --text2:   #8ECEC8;
  --text3:   #4D8C86;
  --r: 14px;
  --rs: 10px;
  --sh: 0 2px 24px rgba(0,0,0,.35);
  --accent:  #2DDFC8;
  --accent-d:#1BA898;
  --accent-l:rgba(45,223,200,.12);
  --safe-top: env(safe-area-inset-top, 0px);
  --sticky-selector-offset: calc(var(--safe-top) + 72px);
}
