/* Generated by python3 -m web.build. Do not edit.
 * Colour: branding/brand.py.  Bands: web.content.strata().
 */
:root {
  --void: #0d0d15;
  --basalt: #23262b;
  --ash: #3a3f47;
  --ember: #d9541f;
  --flare: #f5a03c;
  --core: #fef39d;
  --crystal: #3ff0dd;
  --bone: #e8e0cf;

  /* derived, by the brand's own rules */
  --muted: #9f9c96;   /* bone mixed 42% toward ash — BRAND.md 3 */
  --quiet: #757675;   /* the same mix, further */
  --pit: #06060a;     /* below the ground */

  /* the default stratum: no band, so the brand ground */
  --ground: var(--void);
  --haze: #191a22;
  --edge: #2b2d38;
  --glow: var(--ember);

  /* Heavy condensed display, the wordmark's own register. Anton
     carries one weight, which is right: a heading changes size
     here, never weight. */
  --face-display: Anton, "DejaVu Sans Condensed", Impact, sans-serif;
  --face-sub: "Archivo Narrow", "DejaVu Sans Condensed", Arial, sans-serif;
  --face-text: Newsreader, Georgia, "Times New Roman", serif;
  --face-mono: "Azeret Mono", "DejaVu Sans Mono", ui-monospace, monospace;

  /* tracking in the brand's units: 0.055 caps on the wordmark,
     0.34 on an eyebrow, at a 0.72 cap height */
  --track-wordmark: 0.0396em;
  --track-eyebrow: 0.2448em;

  --page: 82rem;
  --measure: 36rem;
  --measure-wide: 50rem;
  --band-pad: clamp(4rem, 11vh, 8.5rem);

  --t-xs: .6875rem;
  --t-sm: .8125rem;
  --t-base: 1.125rem;
  --t-md: 1.35rem;
  --t-lg: 1.9rem;
  --t-xl: clamp(2.3rem, 5vw, 3.6rem);
  --t-2xl: clamp(2.9rem, 7.5vw, 5.6rem);
  --t-3xl: clamp(4rem, 13vw, 10rem);
  color-scheme: dark;
}

/* One block per band. The stone is the ascent map's rock at that
   depth; the light in it is authored, one per band. */
.stratum--daylight {
  --ground: #161e2c;
  --haze: #1a2738;
  --edge: #22374d;
  --glow: #e8e0cf;   /* the sun */
}
.stratum--undercroft {
  --ground: #141b28;
  --haze: #172331;
  --edge: #1d3043;
  --glow: #816949;   /* lamps at intervals */
}
.stratum--middens {
  --ground: #151924;
  --haze: #191f2d;
  --edge: #202b3b;
  --glow: #3ff0dd;   /* cinder moths: light without heat */
}
.stratum--warrens {
  --ground: #1a151b;
  --haze: #20191f;
  --edge: #2c2125;
  --glow: #e77b2e;   /* the same heat, further from it */
}
.stratum--ashbed {
  --ground: #2f1611;
  --haze: #411b0f;
  --edge: #61230b;
  --glow: #f7b554;   /* the heat column */
}
