:root {
  /* Primary color */
  --md-primary-fg-color: #005fa9;   /* your HEX or rgb(30,136,229) */
  --md-primary-fg-color--light: #6AB7FF;
  --md-primary-fg-color--dark: #005fa9;

  /* Accent color */
  --md-accent-fg-color: #6AB7FF;
}

/* Limit all images */
.md-typeset img {
  max-height: 500px;  /* or e.g. 100% to fit container */
  height: auto;      /* keep aspect ratio */
}