/* Global Colors */
:root {
  --we-bg: #ffffff;
  --we-text: #1e293b;
  --we-heading: #0f172a;
  --we-surface: #c0c0c0;
  --we-contrast: #000000;
  --we-contrast-rgb: 0, 0, 0;
  --we-border: rgba(30, 41, 59, 0.12);

  --we-link: #C2185B;
  --we-link-hover: #808080;

  --we-shadow-soft: 0 2px 10px rgba(0,0,0,0.05);
}



