:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #353535;
  background: #fff;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: clamp(64px, 14vh, 144px) 24px 64px;
  font-size: 18px;
  line-height: 1.75;
}

main {
  max-width: 560px;
  margin-inline: auto;
}

header {
  margin-bottom: 40px;
}

h1 {
  margin: 0 0 16px;
  color: #191919;
  font-size: clamp(26px, 5vw, 32px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.3;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 26px;
  font-size: 16px;
}

p {
  margin: 0 0 24px;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  text-decoration-color: #8a8a8a;
}

a:hover {
  color: #000;
  text-decoration-color: currentColor;
}

a:focus-visible {
  outline: 2px solid #1559b7;
  outline-offset: 5px;
  border-radius: 2px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
}

img {
  object-fit: contain;
}

.strava-link {
  white-space: nowrap;
}

.strava-link img {
  margin-right: 5px;
  vertical-align: -5px;
}
