:root{
  /* Corners are effectively square. 2px is the only radius on the site;
     999px appears once, on a 6px availability dot. */
  --radius:2px;
  --radius-pill:999px;
  --radius-none:0;

  --border-hairline:1px solid var(--line); /* @kind other */
  --border-hairline-strong:1px solid var(--line-ink); /* @kind other */
  --border-control-1:1px solid var(--line-3); /* @kind other */

  /* There are NO box-shadows in this brand. The one shadow in the source is
     a layout device, not a shade: a 100vmax spread that bleeds a band's
     background past the centred container. Reuse it, do not soften it. */
  --bleed-shadow-paper:0 0 0 100vmax var(--paper); /* @kind shadow */
  --bleed-shadow-band:0 0 0 100vmax var(--paper-2); /* @kind shadow */
  --bleed-clip:inset(0 -100vmax); /* @kind other */
}
