/* @import url('https://fonts.googleapis.com/css2?family=Public+Sans'); */
:root {
  /* --vp-font-family-code: "PT Mono", Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  --vp-font-family-default: Roboto, Helvetica, Arial, sans-serif;
  --vp-font-family-headline: Roboto, Helvetica, Arial, sans-serif; */
  --vp-button-background: #0c76fc;
  --vp-roundness-interactive-elements: 5px;
}
/* === all images should have box shadow */
#article-content .confluence-embedded-image {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 0 20px 0 rgba(0, 0, 0, 0.19);
}

/* === home page header panel with search bar */
.space-overview .hc-spaceHome-background-image {
  background: none !important;
}
/* ================== nav with gradient start ================== */
body > header > nav.header__navigation > div.hc-header-background-color {
  background: none !important;
}
body > header > nav.header__navigation > div.hc-header-background-color > div.top-bar {
  background: none !important;
}
body > header > nav.header__navigation > div.hc-header-background-color > div.top-bar .hc-header-background-color {
  background: none !important;
}
/* ================== nav with gradient end ================== */
