/* GENERATED by site_build/build.py from design/logo/mark-tonal-{light,dark}.svg - do not edit.
   The tonal ramp is a brand-only elaboration that lives in the logo assets (branding.md Section 3);
   these properties bind the four bars (1 = top, 4 = the foundation) for the feature tiles. */
:root {
  --site-tonal-1: #45c4c2;
  --site-tonal-2: #129392;
  --site-tonal-3: #0c6160;
  --site-tonal-4: #083e3d;
}
[data-theme="dark"] {
  --site-tonal-1: #9be9e7;
  --site-tonal-2: #5ed3d1;
  --site-tonal-3: #2aa9a7;
  --site-tonal-4: #147f7e;
}
