/*
  Default grid properties
*/
:root {
  --gridMaxWidth: var(--bp5);
  --gridGutter: 1rem;
}
