@import './background.css';
@import './border.css';
@import './shadow.css';
@import './typography.css';

:root {
  --container-margin: var(--space-6x);
  --main-margin-bottom: var(--space-16x);
}

@media screen and (min-width: 768px) {
  :root {
    --container-margin: var(--space-8x);
  }
}

@media screen and (min-width: 992px) {
  :root {
    --container-margin: auto;
  }
}
