@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&display=swap");

.container {
  max-width: none;
  padding: 0;
}

.header {
  padding: 0 0.5rem;
}

.nav-list {
  padding-right: 1rem;
}

.header-content {
  padding: 0;
}

.content-header h1,
.content-header h2 {
  color: #27364f;
  font-family: "DM Sans", "Segoe UI", Roboto, Arial, sans-serif;
  letter-spacing: -0.015em;
}

.content-header {
  margin-bottom: 1.225rem;
  text-align: center;
  padding: 0.35rem 0;
}

.content-article {
  max-width: none;
  margin: 0;
  padding: 0 1rem;
}

.content-subtitle {
  font-size: 1.125rem;
  max-width: none;
  margin: 0 auto;
}
