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

/* Profil aparaturowy dostaje chłodniejszą paletę pomiarową i diagnostyczną. */
:root {
  --accent: #35607a;
  --accent-dark: #243f51;
  --profile-pill-bg: #d9e7ef;
  --profile-question-bg: rgba(246, 251, 253, 0.78);
  --profile-question-border: rgba(53, 96, 122, 0.18);
  --profile-equation-bg: #eaf4f8;
}

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