/* Base reset — Бюро Батурина */
html,
body {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: clip;
}

body {
  background: #ffffff;
  font-family: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}

/* Подвал: почта в реквизитах — не синяя ссылка по умолчанию */
#bb-footer .bb-footer__legal a,
#bb-page-footer .bb-footer__legal a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

#bb-footer .bb-footer__legal a:hover,
#bb-page-footer .bb-footer__legal a:hover {
  color: #1a2e40;
  text-decoration: underline;
}
