body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  margin: 0;
  background: #faf8f5;
  color: #1f1f1f;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.container {
  max-width: 760px;
  margin: 0 auto;
  padding: 88px 24px 72px;
  text-align: center;
}

.photo {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto 40px;
}

h1 {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(2.75rem, 5vw, 3.75rem);
  line-height: 1;
  letter-spacing: -0.035em;
  font-weight: 700;
  margin: 0 0 20px;
  color: #181818;
}

.about {
  max-width: 620px;
  margin: 0 auto;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
  color: #3a3a3a;
}

.links {
  margin-top: 38px;
}

.links a {
  display: inline-block;
  margin: 0 14px;
  text-decoration: none;
  color: #2b2b2b;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-underline-offset: 3px;
}

.links a:hover {
  text-decoration: underline;
  color: #000;
}