@font-face {
  font-display: swap;
  font-family: opensauceone;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/open-sauce-one-latin-400-normal.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: inter;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Inter-Regular.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: inter;
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Inter-Bold.woff2) format("woff2");
}

body {
  margin: 0;
  color: #62676e;

  font-family: inter;

  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;

  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4 {
  color: #242629;
  font-weight: 900;
}

a {
  color: #242629;
}

.header {
  width: 85vw;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.header-nav {
  width: 100%;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.nav-link {
  text-transform: uppercase;
  color: #62676e;
  text-decoration: none;
}

.main {
  width: 85vw;
  max-width: 800px;

  margin-top: 2rem;

  display: flex;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 600px) {
  .main {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.title {
  font-family: opensauceone;
  letter-spacing: -1px;
  font-size: 2.5rem;
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.subtitle {
  text-transform: uppercase;
  color: #242629;
  font-weight: 800;
  letter-spacing: 0.4px;
  font-size: 1.3rem;
  margin: 0;
}

.social {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.social-link {
  margin-right: 0.6rem;
}

.fa-brands {
  color: #242629;
}

.description {
  font-size: 1.3rem;
  line-height: 1.7rem;
}

.contact {
  font-size: 1.2rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 900;
}

.profile {
  width: 40vw;
  max-width: 250px;
  border-radius: 100%;
}

.footer {
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.footer a {
  color: #62676e;
  text-decoration: none;
}
