@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.5.0/remixicon.min.css');

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 1.5;
  margin: 1rem;
  padding: 0;
  background-color: #fff;
  color: #111;
}

h1, h2, h3 {
  font-family: 'DM Serif Display', serif;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

ul {
  list-style-type: disc;
  margin-left: 2rem;
}

button {
  padding: 0.5rem 1rem;
  background-color: #4c51bf; /* indigo */
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 1rem;
}

button:hover {
  background-color: #434190;
}

address {
  font-style: normal;
  line-height: 1.4;
}

a {
  color: #4c51bf;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
.fixed {
  position: fixed;
  z-index: 1000;
}
