@import url("https://fonts.googleapis.com/css2?family=Domine:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Coming+Soon&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Klee+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,300..800;1,300..800&display=swap");
* {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.content {
  margin-top: 0;
  margin-bottom: 2rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Domine", serif;
}

h1 {
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
  border-bottom: 2px solid #111;
}

h2 {
  margin-top: 1.5rem;
  font-size: 1.2rem;
}

.job-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0.75rem;
  padding: 0;
}

.name {
  margin-top: 3rem;
  font-size: 2.2rem;
  text-decoration: underline;
  text-align: center;
  border-bottom: none;
  margin-bottom: 1rem;
}

.title {
  margin-top: 1rem;
  text-align: center;
}

p {
  margin-top: 0.5rem;
}

/*# sourceMappingURL=resume.css.map */