/*
 * GENERATED — do not edit.
 *
 * Source: games-core kernel, games/core/design/Ceramic.kt
 * Regenerate: node ../gulnya/tools/ceramic-css.mjs <this file>
 *
 * Hand-editing this is how the web palette drifted from the apps in the first place. Change
 * Ceramic.kt and regenerate; the accessibility suite fails the build if the two disagree.
 */
:root {
  --ink: #16262b;
  --ink-raised: #1d333a;
  --panel: #20393f;
  --outline: #2c4952;
  --cream: #f3ede1;
  --tile: #ece4d6;
  --tile-highlight: #f8f2e7;
  --tile-shadow: #cfc3ae;
  --tile-revealed: #dfd5c4;
  --accent: #33a99b;
  --danger: #f0544a;
  --text-muted: #8ca6ac;
  --text-on-light: #243036;
  --text-primary: #f3ede1;
  --on-accent: #0b2b27;
  --on-danger: #2a0b09;
}

:root[data-theme="light"] {
  --ink: #eae0cd;
  --ink-raised: #f4eddf;
  --panel: #e3d8c4;
  --outline: #c7b79c;
  --cream: #fbf6ec;
  --tile: #f7f0e2;
  --tile-highlight: #fffdf8;
  --tile-shadow: #d9cdb5;
  --tile-revealed: #ebe1d0;
  --accent: #0f6b60;
  --danger: #b5352b;
  --text-muted: #4e6268;
  --text-on-light: #243036;
  --text-primary: #243036;
  --on-accent: #fbf6ec;
  --on-danger: #fbf3ec;
}
