/* Wash core foundations. Generated from the final legacy cascade; edit this module only. */
body { font-family: var(--font-sans); background: var(--color-bg); color: var(--color-text); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; min-width: 0; }

.container { margin: 0 auto; padding: 0 var(--space-2); width: 100%; max-width: var(--container-max); box-sizing: border-box; }
