/* Overtime Agency — spacing, radius, borders, shadow, motion */
:root {
  /* Spacing — 4px base */
  --sp-1: 4px;
  --sp-2: 8px;
  --sp-3: 12px;
  --sp-4: 16px;
  --sp-5: 24px;
  --sp-6: 32px;
  --sp-7: 48px;
  --sp-8: 64px;
  --sp-9: 96px;

  /* Radius — squared-off, workmanlike; pills only for tags/badges */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-pill: 999px;

  /* Borders */
  --border-w: 1px;
  --border-w-strong: 2px;

  /* Shadows — flat brand; shadows are rare and hard-edged when used */
  --shadow-card: 0 1px 0 rgba(26, 18, 16, 0.10);
  --shadow-pop: 0 8px 24px rgba(26, 18, 16, 0.18);
  --shadow-hard: 4px 4px 0 var(--ot-ink); /* poster-style offset, sparing */

  /* Motion — quick, matter-of-fact; no bounces */
  --ease-out: cubic-bezier(0.2, 0, 0, 1); /* @kind other */
  --dur-fast: 120ms; /* @kind other */
  --dur-med: 200ms; /* @kind other */
}
