/* Explicit layer ordering: reset < base < components < layout < states */
@layer reset, base, components, layout, states;

/* Keep this file tiny and render-blocking; Open Props moved to open-props.css. */
@layer base {
  .text-lead {
    max-width: 40ch;
    margin: var(--size-2) auto 0;
    color: var(--text-2);
  }
}
