/* LiveWell Hospital - Centralized CSS Variable Design System */
:root {
  --primary: #167c9b;
  --primary-dark: #0f637f;
  --primary-deep: #09536d;
  --secondary: #8ca83d;
  --secondary-dark: #738c2f;
  --accent: #b6d442;
  --accent-light: #d9eb8a;
  --white: #ffffff;
  --off-white: #f7f7f5;
  --light-gray: #eeeeec;
  --border-color: #dedede;
  --heading: #3f4548;
  --text: #5e6468;
  --muted: #888888;
  --footer-bg: #1f2d34;
  --footer-text: #d7d7d7;
  --shadow-sm: 0 4px 15px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 15px 40px rgba(22, 124, 155, 0.18);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --transition: all 0.3s ease;
  --font-main: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-heading: 'Outfit', 'Poppins', sans-serif;
}
