* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

img {
  max-width: 100%;
}

.sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.shell {
  min-height: 100vh;
  overflow: hidden;
}

.eyebrow,
.app-activity,
nav a,
.repo-list {
  font-family: var(--font-mono);
  text-transform: uppercase;
}

.eyebrow {
  background: var(--mint);
  border: 3px solid var(--ink);
  border-radius: 0;
  color: var(--ink);
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 0.8rem;
  padding: 0.45rem 0.8rem;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  letter-spacing: 0;
  line-height: 0.86;
  margin: 0;
  text-transform: uppercase;
}

h1 {
  color: var(--mint);
  font-size: clamp(3.9rem, 13vw, 9rem);
  max-width: 8.8ch;
  text-shadow: 4px 4px 0 var(--ink);
  -webkit-text-stroke: 1.5px var(--ink);
}

h2 {
  color: var(--purple);
  font-size: clamp(2.3rem, 7vw, 5.6rem);
  text-shadow: 4px 4px 0 var(--ink);
  -webkit-text-stroke: 1.5px var(--ink);
}
