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

/* Profil reaktorowy korzysta z zieleni bilansu paliwa, energii i chłodzenia. */
:root {
  --accent: #245b45;
  --accent-dark: #173d2e;
  --profile-pill-bg: #cfe3d8;
  --profile-question-bg: rgba(246, 252, 249, 0.82);
  --profile-question-border: rgba(36, 91, 69, 0.18);
  --profile-equation-bg: #e2f0e8;
}

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