/* Nominato DS — Spacing
   4px base grid. Comfortable and airy; this is a study app you sit with daily. */

:root {
  --space-0: 0;
  --space-1: 0.25rem;   /* 4 */
  --space-2: 0.5rem;    /* 8 */
  --space-3: 0.75rem;   /* 12 */
  --space-4: 1rem;      /* 16 */
  --space-5: 1.25rem;   /* 20 */
  --space-6: 1.5rem;    /* 24 */
  --space-7: 2rem;      /* 32 */
  --space-8: 2.5rem;    /* 40 */
  --space-9: 3rem;      /* 48 */
  --space-10: 4rem;     /* 64 */
  --space-11: 5rem;     /* 80 */

  /* Layout */
  --gutter: var(--space-5);          /* screen side padding (mobile) */
  --max-content: 480px;              /* mobile app content max width */
  --tap-target: 44px;                /* minimum hit target */
}
