@import "variables_colors.scss"; @import "variables.scss"; @import "typography.scss"; * { box-sizing: border-box; padding: 0; margin: 0; } *, :after, :before { box-sizing: border-box; } html, body { max-width: 100vw; background-color: var(--color-background-body); min-height: 100vh; display: flex; flex-direction: column; main { width: 100%; flex: 1; } }