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

/* Profil fizyki jądrowej używa mocniejszego akcentu dla rachunku energii. */
:root {
  --accent: #7a315c;
  --accent-dark: #53213f;
  --profile-pill-bg: #ead7e4;
  --profile-question-bg: rgba(253, 247, 251, 0.82);
  --profile-question-border: rgba(122, 49, 92, 0.18);
  --profile-equation-bg: #f7e7f0;
}

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