      :root {
      --bg:          #f7f6f3;
      --surface:     #ffffff;
      --surface-2:   #f0ede8;
      --border:      #dbd8d1;
      --border-lt:   #e8e5e0;
      --text:        #1a1816;
      --text-2:      #6b6760;
      --text-3:      #a09d98;
      --accent:      #2c5f8a;
      --accent-bg:   #e8f0f7;
      --accent-lt:   #ccdcec;
      --nav-h:       52px;
      --page-w:      1140px;
	  --error-bg:    #fdf0ee;
      --error-bd:    #f5c8c0;
      --error-tx:    #8b2a1e;
      --mono:        'IBM Plex Mono', monospace;
      --sans:        'IBM Plex Sans', sans-serif;
      --radius:      4px;
    }