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

/* Profil podmuchowy ma cieplejszy akcent materiałów wybuchowych i skutków fali. */
:root {
  --accent: #8a2f1d;
  --accent-dark: #5f1f13;
  --profile-pill-bg: #f5ded3;
  --profile-question-bg: rgba(255, 248, 242, 0.78);
  --profile-question-border: rgba(138, 47, 29, 0.18);
  --profile-equation-bg: #fff0e7;
}

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