:root {
  --maxw: 1200px;
  --content-narrow: 960px;

  /* Core colors */
  --bg: #ffffff;
  --surface: #f8fafc;
  --card: #ffffff;

  --text: #020617;
  --muted: #475569;

  --primary: #0f766e;      /* Trust teal */
  --primary-dark: #115e59;
  --accent: #caa24d;       /* Premium gold (subtle use) */

  --border: #e5e7eb;
  --radius: 14px;

  --shadow-sm: 0 4px 10px rgba(0,0,0,0.05);
  --shadow-md: 0 12px 28px rgba(0,0,0,0.08);

}
