:root {
  /* Brand Colors */
  --color-primary: #5e2750;
  /* Plum / Deep Purple */
  --color-primary-light: #7a3a69;
  --color-primary-dark: #3a1631;
  --color-secondary: #00a4e4;
  /* Sky Blue */
  --color-secondary-light: #33b8e9;

  --color-text-main: #2A2C38;
  --color-text-dark: #1a1a1a;
  --color-text-muted: #4B4F58;
  --color-text-light: #777;

  --color-bg-light: #Fcfcfc;
  --color-bg-white: #FFFFFF;
  --color-border: #EAEAEA;

  /* Typography */
  --font-heading: "Cairo", "Poppins", sans-serif;
  --font-body: "Cairo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;

  /* Layout - 60% White-space Rule */
  /* Main text columns constrained tightly to allow massive whitespace */
  --container-width: 1400px;
  --content-max-width: 768px;
  /* Strict narrow readable column */
  --container-padding: 5vw;
  --section-padding: 8vw 0;

  --border-radius: 4px;
  /* Simpler, cleaner edges */
  --border-radius-pill: 40px;

  /* Transitions */
  --transition-speed: 0.3s;
}