:root {
  /* Colors */
  --bg:            #F5F2EC;
  --ink:           #1A1714;
  --ink-soft:      #6B6560;
  --accent:        #2A5C45;
  --accent-light:  #E8F0EC;
  --accent-bright: #3D8C65;
  --card-bg:       #FFFFFF;
  --border:        #E0DDD6;
  --tag-bg:        #EDE9E1;

  /* Layout */
  --sidebar-w: 212px;
  --radius:    12px;
}
