@import url("normalize.css");
@import url("../fonts/inter/font.css");

html {
  font-size: 18px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  line-height: 1.6;
  background-color: #fff;
  color: #373737;
}

body {
  max-width: 640px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: text-decoration-color 0.2s ease;
}

a:hover {
  text-decoration-color: transparent;
}

h1 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 2rem;
}

h2 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

p {
  margin: 0 0 1rem 0;
}

section {
  margin-bottom: 2.5rem;
}

.project-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.project-list li {
  margin: 0.75rem 0;
}

.project-list a {
  font-weight: 500;
  text-decoration: none;
}

.project-list a:hover {
  text-decoration: underline;
}

.more-link {
  margin-top: 0.5rem;
}

.back-link {
  margin-bottom: 2rem;
}
