@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@300;400;500;600&display=swap');

:root {
  --brand:     #00a5c2;
  --brand-d:   #1c7a8b;
  --brand-l:   #d6f3f8;
  --brand-ll:  #edfafc;
  --orange:    #ff751f;
  --orange-l:  #fff0e8;
  --orange-d:  #cc5a0e;
  --bg:        #f4f8f9;
  --white:     #fff;
  --warm:      #f0f8fa;
  --warm2:     #d0ecf2;
  --text:      #0d2b33;
  --text2:     #4a7080;
  --text3:     #8aabb5;
  --green:     #1a9e6e;
  --green-l:   #d6f5eb;
  --red:       #d94f4f;
  --red-l:     #fde8e8;
  --yellow:    #c49a3c;
  --yellow-l:  #fdf5e0;
  --shadow:    0 2px 12px rgba(0,120,150,0.08);
  --shadow-lg: 0 8px 36px rgba(0,120,150,0.14);
  --r:         14px;
  --r-sm:      9px;
  --nav-h:     66px;
  --sidebar-w: 224px;
}
