@import url("./profile.css");

/* Profil radiologiczny używa fioletu, ale panele pozostają jasne i czytelne. */
:root {
  --accent: #5e4b9a;
  --accent-dark: #40336c;
  --profile-pill-bg: #ded8f0;
  --profile-question-bg: rgba(249, 247, 255, 0.82);
  --profile-question-border: rgba(94, 75, 154, 0.18);
  --profile-equation-bg: #eee9fb;
}

.briefing__card--accent {
  background: linear-gradient(180deg, #d8d1ef 0%, #ebe7fa 100%);
}
