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

/* Profil odpowiedzi konstrukcji łączy podmuch z mechaniką płyty i ugięciem. */
:root {
  --accent: #7b3f2a;
  --accent-dark: #51291c;
  --profile-pill-bg: #ecd9cf;
  --profile-question-bg: rgba(255, 249, 246, 0.82);
  --profile-question-border: rgba(123, 63, 42, 0.18);
  --profile-equation-bg: #f6e8df;
}

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