:root {
    /* Backgrounds */
    --bg-main: #a8bbb0; /* Soft off-white with warmth */
    --clr-light: #fffdf5; /* Gentle cream */
  
    /* Text */
    --text-primary: #3a3a3c; /* Muted charcoal */
    --text-secondary: #a0a0a2; /* Calm gray */
    --text-dark: #050505;
  
    --clr-primary: #b1d4e0;
    --clr-primary-light: #d0ebff;
    --clr-secondary: #e5dbff;
    --clr-tertiary: #d3f9d8;
  
    /* Accents (Playful pastels) */
    --accent-primary: #74c0fc;
    --accent-primary-light: #a5d8ff; /* Light sky blue */
    --accent-secondary: #ffc6ff; /* Soft lavender pink */
    --accent-tertiary: #b5ead7; /* Pale turquoise green */
  
    /* Status Colors (Soothing pastels) */
    --status-todo: #ffd6a5; /* Peachy pastel */
    --status-completed: #caffbf; /* Minty green */
    --status-priority: #e0c3fc;
  
    --status-alert: #ffadad; /* Gentle coral red */
  
    --gray-light: #f5f5f5;
    --gray-medium: #cfcfcf;
    --gray-dark: #7d7d7d;
  
    /* UI Elements */
    --border-color: #ededed; /* Very light gray */
    --input-dark: #ffec99; /* Warm butter yellow */
    --input-light: #fdffb6; /* Soft lemon */
    --checkbox-unchecked: #dadada;
    --checkbox-checked: #a5d8ff;
  }