@font-face {
  font-family: 'Inter';
  src: url('/fonts/InterVariable.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --background: #000000;
  --foreground: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--background);
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.home {
  display: flex;
  min-height: 100svh;
  padding: clamp(22px, 3.25vw, 52px);
  background: #000000;
  font-size: clamp(1.125rem, 1.8vw, 1.75rem);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

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

.profile-list h1 {
  margin: 0;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-size: 1.18em;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.profile-list a {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-color: rgba(255, 255, 255, 0.75);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.profile-list a:hover,
.profile-list a:focus-visible {
  text-decoration-color: #ffffff;
}

.profile-list a:focus-visible {
  border-radius: 2px;
  outline: 1px solid #ffffff;
  outline-offset: 4px;
}

.external-arrow {
  display: inline-block;
  margin-left: 0.12em;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-size: 0.72em;
  font-weight: 600;
  line-height: 1;
  vertical-align: 0.14em;
}

.contact-start {
  margin-top: 0.72em;
}

@media (min-width: 721px) {
  .home {
    align-items: center;
  }
}
