/* Base compact layer
 * Keep this file for global spacing and typography overrides.
 * Header-specific rules live in compact-header.css.
 */

:root {
  --ecc-body-size: 15px;
  --ecc-line-height: 1.65;
  --ecc-radius: 10px;
  --ecc-space-xs: 8px;
  --ecc-space-sm: 12px;
  --ecc-space-md: 18px;
  --ecc-space-lg: 28px;
  --ecc-space-xl: 42px;
}

html {
  font-size: 15px;
}

body {
  font-size: var(--ecc-body-size);
  line-height: var(--ecc-line-height);
}
