/**
 * Default spacing custom properties
 */
:root {
  --spacingBase: 1rem;
  --spacingLarge: 3rem;
}
