/* Pink theme — opt-in, deliberately outside the LMU CD. Placeholder values. */
:root[data-theme="pink"] {
  --color-primary:    #C2185B;
  --color-primary-2:  #F06292;
  --color-fg:         #2a1020;
  --color-bg:         #fff5f8;
  --color-bg-elev:    #ffffff;
  --color-bg-soft:    #ffe4ec;
  --color-muted:      #8a5a70;
  --color-border:     #f0c0d4;
  --color-divider:    #ffd0e0;
  --color-warn:       #c88800;
  --color-warn-bg:    #fff8e0;
  --color-success:    #00702e;
  --color-success-bg: #d9f0e0;
  --color-error:      #b8002e;
  --color-error-bg:   #ffe0e8;
  --color-focus:      #FFD400;
  --color-link:       #C2185B;
}
