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

/* Profil materiałowo-chemiczny ma akcent mineralny, zgodny z próbkami i osadami. */
:root {
  --accent: #4f5f2a;
  --accent-dark: #35411c;
  --profile-pill-bg: #dde5c2;
  --profile-question-bg: rgba(250, 253, 243, 0.82);
  --profile-question-border: rgba(79, 95, 42, 0.18);
  --profile-equation-bg: #eef3dc;
}

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