/* Hallmark · tokens · theme: custom (fitness link-in-bio)
 * paper-band: dark · display-style: grotesk-sans (Manrope 800) · accent-hue: chromatic-lime
 */
:root {
  /* color */
  --color-paper: #111111;
  --color-card: #1f1f1f;
  --color-card-2: #262626;
  --color-ink: #ffffff;
  --color-ink-muted: #a0a0a0;
  --color-accent: #d4ff3f;
  --color-accent-bright: #e2ff70;
  --color-rule-hover: #3a3a3a;
  --shadow-card-hover: 0 16px 40px rgba(0, 0, 0, 0.55);
  --color-accent-ink: #111111;
  --color-rule: #2a2a2a;
  --color-focus: #d4ff3f;

  /* type */
  --font-display: "Manrope", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --text-display: clamp(2.75rem, 12vw, 5.5rem);
  --text-cover: clamp(3rem, 14vw, 8.5rem);
  --text-h2: clamp(1.75rem, 6vw, 2.5rem);
  --text-h3: 1.125rem;
  --text-lead: clamp(1.125rem, 2.4vw, 1.5rem);
  --text-pull: clamp(1.5rem, 5vw, 3rem);
  --text-chapter-num: clamp(4rem, 16vw, 11rem);
  --text-body: 1rem;
  --text-small: 0.875rem;
  --measure: 40rem;

  /* space (4pt) */
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4.5rem;
  --space-section: clamp(4rem, 12vw, 7rem);

  /* shape */
  --radius-card: 20px;
  --radius-btn: 14px;
  --radius-media: 16px;
  --shadow-card: 0 8px 24px rgba(0, 0, 0, 0.4);
  --shadow-featured: 0 8px 24px rgba(0, 0, 0, 0.4), 0 0 32px rgba(212, 255, 63, 0.07);

  /* motion */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-fast: 0.3s;
  --dur-med: 0.4s;
}
