/* Learning palette.

   Only tokens: the shell's layout is AppCore's and stays untouched, so a product is a palette and
   a mark rather than a fork of the interface.

   The whole set, not just the accent. Overriding three of these left every product sharing the
   same navy rail and blue gradient, so four products differed by their logo alone and read as one
   app with the wrong badge. */
:root {
    --appcore-accent: #b45309;
    --appcore-accent-strong: #92400e;
    --appcore-teal: #fbbf24;
    --appcore-ink: #2b1a05;
    --appcore-navy: #3b2408;
    --appcore-navy-soft: #54340f;
    --appcore-canvas: #fdf8f1;
    --appcore-bg: #fdf8f1;
    --appcore-shadow: 0 0.65rem 2rem rgb(59 36 8 / 10%);
    --appcore-gradient: linear-gradient(135deg, var(--appcore-accent), var(--appcore-teal));
}
