:root{
  --container:1600px;
  --container-narrow:960px;
  --container-text:720px;
  --gutter:32px;
  --gutter-lg:40px;
  --grid-columns:12; /* @kind other */
  --grid-gap:32px;
  --header-h:76px;
  --header-h-condensed:64px;

  /* Image plates — photography is always cropped to one of these */
  --aspect-portrait:3 / 4; /* @kind other */
  --aspect-tall:2 / 3; /* @kind other */
  --aspect-square:1 / 1; /* @kind other */
  --aspect-landscape:3 / 2; /* @kind other */
  --aspect-wide:16 / 9; /* @kind other */
  --aspect-panorama:21 / 9; /* @kind other */
  --z-header:100; /* @kind other */
  --z-dialog:400; /* @kind other */
  --z-toast:500; /* @kind other */
}
