/*
 * Propshaft manifest. Design tokens and most rules live in
 * app/assets/builds/tailwind.css (generated from tailwind/application.css).
 * Only layout-container and a couple of support rules live here.
 */

:root {
  --layout-max-width: 38rem;
}

.layout-container {
  box-sizing: border-box;
  max-width: var(--layout-max-width);
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
