@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');
:root {
  --primary-dark-color: #25358e;
  --very-dark-primary-color: #25358e;
  --primary-light-color: #5c63a8;
  --topbar-background-color: #25358e;
  --menu-background-color: #FFFFFF;
  --menu-alternative-background-color: #5c63a8;
  --menu-foreground-color: #25358e;
  --link-color: #6977f0;
  --toc-link-color: #354194;
  --figure-caption-background-color: #5c63a8;
  --figure-caption-color: #48509d;
}

@media screen and (max-width: 600px) {
.header-override-image {
  width: 300px;
    height: auto;
}
}

@media screen and (min-width: 600px) {
.header-override-image {
  width: none;
}
}

.main-header {
  border-bottom: none;
}

header .top-bar {
  border-bottom: none;
}

header .border-right {
  border-right: none;
}

header .border-left {
  border-left :none;
}

body {
  font-family: 'Merriweather', serif;
}

html body {
  font-family: 'Merriweather', serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', serif;
}

strong {
  font-weight: 650;
}