/* Body text font */
body {
  --md-text-font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

/* Header background color */
.md-header {
  --md-default-bg-color--light:#001747;
  --md-default-fg-color:white;
}

/* Header title size */
.md-header__title {
  font-size: 24px;
}
.md-header__topic:first-child {
    font-weight: 500;
}

/* Header custom logo size */
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 36px;
  width: auto;
}