/* Minimal, clean base. Keep this boring. Boring is stable. */
html, body { height: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-brand {
  font-weight: 600;
}
