/**
 * Main SCSS for Blueprint theme
 *
 * @package Blueprint
 * @since 0.0.1
 */
:root {
  --content-width: 1280px;
  --gutter: 1.25rem;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  margin: 0;
  color: #222;
}

.container {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: var(--gutter);
}/*# sourceMappingURL=blueprint.css.map */