/* Change primary color */
.md-header {
  background-color: #003366;
}

/* Change font */
body {
  font-family: 'Segoe UI', sans-serif;
}

/* Customize code blocks */
code, pre {
  background-color: #f5f5f5;
}
