/* MBF Intranet Shared Stylesheet — Phase 1 */

body {
  font-family: Aptos, Arial, Helvetica, sans-serif;
  background: #f4f1ea;
  color: #23301f;
  margin: 0;
}

h1, h2, h3 {
  font-weight: 600;
}

a {
  color: #4f6b3c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
