/* Swiss modernist overrides */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -0.5px;
}

.container {
  padding: 2rem 1rem;
  max-width: 1200px;
}

@media (min-width: 550px) {
  .container {
    padding: 2rem 2rem;
  }
}

a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  transition: opacity 0.2s ease;
}

a:hover {
  opacity: 0.7;
  color: #000000;
}

hr {
  border-top: 1px solid #000000;
}

small {
  color: #666666;
}

.scale-with-grid {
  margin-bottom: 0.5rem;
}