/* ============================================================
   Narrative Wild — Global stylesheet entry
   ------------------------------------------------------------
   This is the single file consumers link. It is a manifest of
   @import lines only — every token + font + base layer ships
   from here. Do not add rules directly to this file.
   ============================================================ */

@import url('./tokens/fonts.css');
@import url('./tokens/colors.css');
@import url('./tokens/typography.css');
@import url('./tokens/spacing.css');
@import url('./tokens/elevation.css');
@import url('./tokens/base.css');

/* base link colors — so editor-added or raw <a> never render browser-default blue */
a{color:var(--accent-gold-ink);text-underline-offset:2px;text-decoration-thickness:1px}
a:hover{color:var(--copper-600)}
