/* terminal-skin.css — the only styling difference between the {{BRAND}} terminal
   and the terminal it is generated from. Loaded last, so it wins on conflicts.
   Deliberately small: the terminal's own light palette already does the work. */

/* the brand slot is a link back to the site here, not a static label */
.tb-home {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}
.tb-home:hover { opacity: 0.65; }

/* warm the light theme's paper to match the marketing pages exactly */
[data-theme="light"] {
  --bg2: #FAF9F6;
}
