@import '~meyer-reset-scss'; html { background: $background-color; font-size: 62.5%; } body { -webkit-font-smoothing: antialiased; box-sizing: border-box; font-family: system-ui, -apple-system, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 1.4rem; height: 100vh; padding: $unit * 2; &.no-scroll { overflow: hidden; } } #__next { height: 100%; } main { min-height: 90%; } a { text-decoration: none; } button, input { font-family: system-ui, -apple-system, 'Helvetica Neue', Helvetica, Arial, sans-serif; } h1, h2, h3, p { color: $grey-00; } h1 { font-size: 2.1rem; font-weight: $medium; text-align: center; } #Content { display: flex; flex-direction: column; gap: $unit * 3; margin-top: $unit * 3; min-width: 752px; @media (max-width: $medium-screen) { min-width: auto; width: 100%; } }