:root {
  --color-brand: #0e65ba;
  --surface2-light: #f7f7f7;
}

.ddmenu {
  --color-brand: #0e65ba;
  --text-link: #33312e;
}

.page-header {
  --color-brand: white;
  --text2: white;
  --text-link: white;
  background-color: #0e65ba;
  margin-block-end: -6rem;
  padding-block-end: 6rem;
}