/* The app's palette, so the site and the product are recognisably one thing.
   Verified by AppTests/DesignTokensTests.swift against the real SkyPalette and
   SkinAppearance values — if you change a colour in Swift, that test fails here.
   Do not hand-edit these to "fix" a failure; change the Swift, re-measure, update. */
:root {
  --sky-morning-top: #FCD9A6;
  --sky-morning-bottom: #9ECCEB;
  --sky-midday-top: #87C7F0;
  --sky-midday-bottom: #D9EDFA;
  --sky-dusk-top: #F58C59;
  --sky-dusk-bottom: #5C4C85;
  --sky-night-top: #171F45;
  --sky-night-bottom: #384270;
  --ground-savanna: #C2A86B;
  --water-savanna: #245A6E;
}
