:root {
  /* Brand */
  --brand-rose: #af4082;
  --brand-navy: #2a2a42;
  --brand-blue: #1e83c1;

  /* Text */
  --text-900: #1f2937;
  --text-700: #4b5563;
  --text-600: #636363;

  /* Backgrounds */
  --bg-0: #ffffff;
  --bg-50: #f9fafb;

  /* Borders / radii */
  --radius-sm: 6px;
  --radius-md: 14px;
  --radius-lg: 18px;

  /* Shadows */
  --shadow-lg: 0 16px 40px rgba(38, 22, 31, 0.12);
}
