/* Spacing + layout. Values are taken from the source layouts: the guide sheets sit on a
   89px page margin in a 1440 frame, the website content column starts at 474 in 1728. */
:root{
  --nh-space-1:4px;
  --nh-space-2:8px;
  --nh-space-3:12px;
  --nh-space-4:16px;
  --nh-space-5:20px;
  --nh-space-6:24px;
  --nh-space-8:32px;
  --nh-space-10:40px;
  --nh-space-12:48px;
  --nh-space-16:64px;
  --nh-space-20:80px;
  --nh-space-25:100px;

  --nh-gap-tile:13px;         /* gap between guide example boxes: 13.09px */
  --nh-page-margin:89px;      /* Datenblatt page margin in a 1440 frame */
  --nh-content-max:1280px;
  --nh-content-narrow:788px;  /* lead-paragraph measure on the website layouts */
  --nh-column:328px;          /* filter / list column width */

  --nh-control-h:40px;        /* select, search field, search button */
  --nh-control-h-sm:30px;     /* inline button on the map + list cards */
  --nh-control-pad-x:12px;
  --nh-band-h:123px;          /* red band at the top of every guide sheet (122.909px) */
  --nh-rule-w:44px;           /* red rule above a section headline */
  --nh-rule-h:3px;
  --nh-icon-badge:56px;       /* circular thematic icon badge */
  --nh-icon-sm:15px;
  --nh-icon-md:20px;
}
