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

/* Profil danych i modeli ma akcent bibliotek, tabel i rachunków porównawczych. */
:root {
  --accent: #2f5f78;
  --accent-dark: #1f4051;
  --profile-pill-bg: #d3e5ee;
  --profile-question-bg: rgba(247, 252, 254, 0.82);
  --profile-question-border: rgba(47, 95, 120, 0.18);
  --profile-equation-bg: #e5f1f6;
}

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