/*
 * Theme extras — supplementary palette tokens that don't fit Setting's
 * 7 editable theme_colors. Drawn from the same design reference as the
 * editable colors (see app/views/landing/sample.html.erb, palette
 * "Daylight · pale blue"). Hardcoded here because there's no editor
 * value for them; bump these directly if the design evolves.
 */
:root {
  /* surfaces above --cms-background */
  --design-paper-soft: #eff4f9;
  --design-surface:    #f8fbfd;

  /* deeper neutrals */
  --design-mist:       #cad7e3;
  --design-rule-soft:  #d8e2ea;

  /* sky family (around --cms-primary = sky-deep) */
  --design-sky:        #6e95b8;
  --design-sky-soft:   #b6c8d8;
  --design-sky-tint:   #dde7ef;

  /* sun family (around --cms-secondary = sun) */
  --design-sun-deep:   #a88c2c;
  --design-sun-soft:   #f7e7a0;
  --design-sun-tint:   #fcf3cf;

  /* ink family (around --cms-text + --cms-text-primary) */
  --design-ink-muted:  #7a7e87;
  --design-ink-faint:  #a8aaa6;
}
