/* ── WeStay CRM – Design tokens ───────────────── */
:root {
  /* Colours */
  --bg:           #F7F5F0;
  --surface:      #FFFFFF;
  --surface2:     #F0EDE6;
  --border:       #E2DDD4;
  --text:         #1A1714;
  --background :   #4fc0c5;
  --background-dark : #319095;
  --background-light : #4fc0c5F2;
  --text-secondary:#7A7268;

  --accent:       #C4651A;
  --accent-light: #F5E6D8;
  --accent-dark:  #9E4E10;

  --green:        #2D7A4F;
  --green-light:  #D8F0E4;
  --red:          #B03A2E;
  --red-light:    #F5E0DE;
  --blue:         #1A4A7A;
  --blue-light:   #D8E8F5;
  --yellow:       #8A6A00;
  --yellow-light: #FBF0C8;

  /* Layout */
  --sidebar-w:    240px;
  --topbar-h:     56px;
  --radius:       10px;

  /* Shadows */
  --shadow:       0 2px 12px rgba(26,23,20,.08);
  --shadow-lg:    0 8px 32px rgba(26,23,20,.14);
}
