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

/* Profil izotopowy używa przygaszonego złota dla czasu, starzenia i rozpadu. */
:root {
  --accent: #6b4b14;
  --accent-dark: #49330d;
  --profile-pill-bg: #eadfbd;
  --profile-question-bg: rgba(255, 251, 239, 0.8);
  --profile-question-border: rgba(107, 75, 20, 0.18);
  --profile-equation-bg: #f7efda;
}

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