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

/* Profil infrastruktury podkreśla bariery, audytowalność i kontrolę jakości decyzji. */
:root {
  --accent: #405368;
  --accent-dark: #2a3745;
  --profile-pill-bg: #dce4ec;
  --profile-question-bg: rgba(248, 251, 253, 0.82);
  --profile-question-border: rgba(64, 83, 104, 0.18);
  --profile-equation-bg: #e9eff4;
}

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