/* ============================================================
   1hour (원아워) — Spacing  ·  4px base scale
   Generous vertical air is a brand signal. Card padding 24–32px,
   table row min-height 56–72px (default 64).
   ============================================================ */
:root {
  --sp-1:  4px;
  --sp-2:  8px;
  --sp-3:  12px;
  --sp-4:  16px;
  --sp-5:  20px;
  --sp-6:  24px;
  --sp-8:  32px;
  --sp-10: 40px;
  --sp-12: 48px;
  --sp-16: 64px;
  --sp-20: 80px;

  --row-h: 64px;      /* default table row height */
  --content-max: 1180px;
  --gutter: 32px;
}
