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

/* Profil historyczno-programowy ma papierowy akcent osi czasu i archiwów. */
:root {
  --accent: #6d4a2f;
  --accent-dark: #4b3320;
  --profile-pill-bg: #eadbc7;
  --profile-question-bg: rgba(255, 250, 243, 0.82);
  --profile-question-border: rgba(109, 74, 47, 0.18);
  --profile-equation-bg: #f5eadc;
}

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