:root, [data-md-color-scheme=default] {
  --md-primary-fg-color: #093071;    /* Top Navigation */
  --md-primary-bg-color: white;      /* Background */
  --md-typeset-a-color: #5e8cda;     /* Links */
  --md-accent-fg-color: #4caf50;     /* Links (hover/focus) */
  --md-footer-bg-color--dark: black; /* Footer */
}

.md-typeset {
	font-weight: 100;
}

.md-typeset a:focus, .md-typeset a:hover {
    text-decoration: underline;
}

.md-typeset h1,h2,h3,h4,h5,h6 {
    font-weight: bold !important;
}
