:root {
  --md-primary-fg-color: #313131;
  --md-primary-fg-color--light: #B54040;
  --md-primary-fg-color--dark: #8A2828;
}

/* Site name/title color */
.md-header__title {
  color: #B54040; /* Change this to your desired color */
}

/* Site name color on hover (optional) */
.md-header__title:hover {
  color: #8A2828;
}

/* Custom logo sizing - 4cm x 1.96cm (approximately 151px x 74px) */
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  width: 126px;
  height: 77px;
  max-width: none;
  max-height: none;
}

/* Ensure logo container accommodates the custom size */
.md-header__button.md-logo {
  width: auto;
  height: auto;
  padding: 0.2rem;
}