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

/* Profil architektury broni pozostaje ciemniejszy, ale bez agresywnej stylistyki. */
:root {
  --accent: #75333a;
  --accent-dark: #512329;
  --profile-pill-bg: #ead5d8;
  --profile-question-bg: rgba(253, 247, 248, 0.82);
  --profile-question-border: rgba(117, 51, 58, 0.18);
  --profile-equation-bg: #f7e6e8;
}

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