:root {
  --color-primary: #0891b2;
  --color-bg: #ecfeff;
  --color-header-bg: #ffffff;
  --color-footer-bg: #164e63;
  --font-family: 'Inter', sans-serif;
  --card-radius: 12px;
}
