/* Agafi Group spacing, radii, layout */
:root {
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;
  --space-24: 96px;
  --space-section: 150px;
  --page-gutter: 176px;      /* desktop side padding at 1440px */
  --page-gutter-mobile: 16px;
  --page-width: 1440px;
  --content-width: 1088px;
  --radius-none: 0px;
  --radius-round: 50%;
  --radius-pill: 999px;
  --hairline: 0.67px;
  --shadow-none: none;       /* the system has no shadows */
  --ease-arrow: ease-out; /* @kind other */
  --dur-fast: .3s; /* @kind other */
  --dur-base: .4s; /* @kind other */
  --dur-slow: .5s; /* @kind other */
}
