/* Spacing scale. Not specified in the guidelines; authored here on a 4px base
   so that Kilowattic layouts are internally consistent. */
:root{
--space-0:0;
--space-1:4px;
--space-2:8px;
--space-3:12px;
--space-4:16px;
--space-5:20px;
--space-6:24px;
--space-8:32px;
--space-10:40px;
--space-12:48px;
--space-16:64px;
--space-20:80px;
--space-24:96px;
--space-30:120px;

/* Component rhythm */
--pad-control-y:12px;
--pad-control-x:20px;
--pad-card:24px;
--pad-card-lg:32px;
--pad-section-y:96px;
--gap-inline:12px;
--gap-stack:16px;
--gap-grid:24px;

/* Logo clear space equals the cap height of the K on all four sides. */
--logo-clearspace:1em; /* @kind spacing */
}
