/*
 * SIDEQUEST LEARNER THEME
 *
 * Mission 05 owns this file. Ask Codex to change at least one documented
 * :root variable below; focused overrides may be added after that. The
 * development server will reload the real app.
 * The base app is a dark, amber-signal terminal; the sample values below
 * flip it to a light "field guide" look. Every surface in the app is
 * derived from these tokens, so the whole interface follows your change.
 * Keep the mission engine in assets/ untouched for a safe first remix.
 */

:root {
  /* Uncomment and change these to begin a remix. */
  /* --paper: #f1efe6; */
  /* --paper-bright: #faf9f4; */
  /* --ink: #171814; */
  /* --signal: #dfff4f; */
  /* --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; */
  /* --radius: 12px; */
}
