



.pulse-dot { animation: pulse 1.8s ease-in-out infinite; }


* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; color-scheme: dark; }
[x-cloak] { display: none !important; }

body {
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 13.5px;
  line-height: 1.55;
  letter-spacing: 0.005em;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
}
body::before { display: none; }

a { color: inherit; text-decoration: none; }
::selection { background: rgba(var(--ink-rgb), 0.28); color: var(--ink); }


* {
  scrollbar-width: thin;
  scrollbar-color: var(--line-strong) transparent;
}
*::-webkit-scrollbar { width: 10px; height: 10px; }
*::-webkit-scrollbar-track { background: transparent; }
*::-webkit-scrollbar-thumb {
  background: var(--line-strong);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
*::-webkit-scrollbar-thumb:hover { background: var(--ink-3); background-clip: padding-box; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.25;
  margin: 0;
  text-transform: none;
}
h1 { font-size: 20px; }
h2 { font-size: 24px; font-weight: 600; color: var(--ink-hi); }
h2 em {
  font-style: normal;
  color: var(--ink-3);
  font-weight: 500;
}
h3 { font-size: 14px; font-family: var(--font-sans); font-weight: 600; letter-spacing: 0.01em; }

.display-italic {
  font-family: var(--font-display);
  font-style: normal;
  letter-spacing: 0.02em;
  text-transform: none;
}
.mono { font-family: var(--font-mono); font-feature-settings: "zero", "ss01", "tnum"; font-variant-numeric: tabular-nums; }
.uppercase-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 10px;
  font-weight: 600;
  color: var(--ink-3);
  opacity: 1;
}
