/* Nanna Swirl — deployable shell reset.
 * The imported design uses inline styles exclusively; this file only supplies the
 * baseline the design assumes (full-bleed body, black stage) and does NOT change
 * any imported layout, color, type, or spacing. */

*, *::before, *::after { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--black, #0A0A0A);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* Fraunces display headlines push the optical-size axis per the design tokens. */
h1, h2 { font-variation-settings: var(--fraunces-display, normal); }

/* Media never overflows its frame or intercepts pointer events as a background. */
img, video { max-width: 100%; }
