/* Typographie */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

a {
  text-decoration: none;
}

h1,
h2 {
  font-family: "Inter", sans-serif;
  color: #527887;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

p {
  line-height: 20px;
  color: #555;
}
