* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  color: #f4f4f4;
  background-color: #181818;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.inline-email { text-decoration: none; }
.inline-email::after { content: none; } 
.email-icon { vertical-align: -0.15em; }

a {
  color: #f4f4f4;
  text-decoration: none;
  position: relative;
  text-decoration: underline dotted;
  text-underline-offset: 3px;
}

a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><line x1='7' y1='17' x2='17' y2='7'/><polyline points='7 7 17 7 17 17'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><line x1='7' y1='17' x2='17' y2='7'/><polyline points='7 7 17 7 17 17'/></svg>") center/contain no-repeat;
  opacity: 0.6;
}

a:hover {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.site-nav {
  padding-top: 1.875rem;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}

.site-nav-title {
  font-size: 2rem;
  line-height: 2rem;
  font-weight:  600;
}

.section {
  padding-bottom: 3rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 3.5rem;
  display: block;
  position: relative;
}

.container {
  padding-top: 24px;
}

.outer-wrapper {
  display: flex;
  justify-content: space-between;
}

.bio-section {
  box-sizing: border-box;
  max-width: 40rem;
  display: block;
  margin-block-end: 2em;
  font-size: 1.15rem;
  line-height: 1.75rem;
  p {
    margin-top: 0;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    font-weight: 480;
  }
  .bio-section-title {
    font-weight: 600;
    margin-block-end: 1em;
  }
}

.img-rohan {
  object-fit: contain;
  object-position: 100% 0%;
  border-radius: .125rem;
  width: 30%;
  margin-left: 2.5rem;
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
  border: 0;
  overflow-clip-margin: content-box;
  overflow: clip;
}

@media (max-width: 900px) {
  .section {
    padding-top: 2.5rem;
  }
  .site-nav-title {
    font-size: 1rem;
    line-height: 1.5em;
    position: relative;
  }
  .outer-wrapper {
    grid-column-gap: 6.25rem;
    grid-row-gap: 6.25rem;
    flex-flow: column;
  }
  .img-rohan {
    width: 50%;
    margin-left: 0;
  }
}

@media (max-width: 479px) {
  .site-nav-title {
    font-size: 1.25rem;
    line-height: 1.5em;
  }
  .img-rohan {
    width: 100%;
  }
  .bio-section {
    font-size: 1.05rem;
  }
}
