/* Spacing is a named ramp, not a 4px grid. These are the site's real values. */
:root{
  --space-xs:8px;    /* --xsp */
  --space-sm:16px;   /* --sp  */
  --space-md:40px;   /* --p   */
  --space-lg:60px;   /* --lp  */
  --space-xl:80px;   /* --xlp */
  --space-2xl:100px; /* --xxlp */
  --space-3xl:160px; /* --xxxlp */
  --space-4xl:200px; /* --fxlp */

  /* Container widths */
  --max-l:1850px;
  --max-m:1450px;
  --max-s:1150px;
  --max-xs:850px;

  --header-height:95px;
}
