@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

#header {
  background: #0f2f47;
  color: #ffffff;
}

#branding h1 a:link,
#branding h1 a:visited {
  color: #ffffff;
  font-weight: 700;
}

div.breadcrumbs {
  background: #173e5f;
  color: #dce7f3;
}

.module caption,
.module h2,
.inline-group h2 {
  background: #f2f5fb;
  color: #0f2f47;
}

.button,
input[type="submit"],
input[type="button"],
.submit-row input,
a.button {
  background: #1c5fa8;
  border-color: #1c5fa8;
}

.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.submit-row input:hover,
a.button:hover {
  background: #164b85;
  border-color: #164b85;
}
