body {
  font-family: "Playfair Display", serif;
  max-width: 700px;
  margin: 2rem auto;
  padding: 0 1rem;
  line-height: 1.5;
}

/* Header */
.site-header {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.logo-ascii {
  font-family: "Courier New", monospace;
  font-size: 10px;
  line-height: 1.1;
  margin: 0;
}

.site-title-block {
  flex: 1;
}

.site-title {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 0.5rem 0;
}

.site-title a {
  text-decoration: none;
  color: inherit;
}

.site-title a:hover {
  text-decoration: underline;
}

.site-nav a {
  font-size: 12px;
  text-decoration: none;
  margin-right: 1rem;
}

.site-nav a:hover {
  text-decoration: underline;
}

/* Typo générale */
h1 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 1.5rem 0 0.5rem;
}

h2 {
  font-size: 15px;
  text-transform: uppercase;
  margin: 1.5rem 0 0.5rem;
}

p {
  font-size: 12px;
  margin: 0 0 1rem;
}

/* Liens dans le contenu */
main a {
  text-decoration: none;
}

main a:hover {
  text-decoration: underline;
}

/* Pied de page */
footer {
  margin-top: 3rem;
  font-size: 11px;
  text-align: center;
}
