*, *::before, *::after { box-sizing: border-box; -webkit-tap-highlight-color: transparent; } html { font-size: 100%; } body { font-size: $font_size; font-family: $font-primary; line-height: 1.5; word-wrap: break-word; word-break: break-word; color: $color-text; margin-left: auto; margin-right: auto; padding-top: 90px; &.overflow-hidden { overflow: hidden; } } img { vertical-align: middle; object-fit: cover; max-width: 100%; max-height: 100%; width: auto; height: auto; transition: 500ms ease-in-out; } img.lazy { opacity: 0; } p, h1, h2, h3, h4, h5, h6 { margin-bottom: 0; margin-top: 0; color: inherit; font-family: inherit; font-style: inherit; font-weight: inherit; line-height: inherit; } input, select, textarea { outline: none; border: 0; background-color: transparent; color: inherit; border-radius: 0; font-size: 1.4rem; vertical-align: middle; } button { border: 0; background-color: transparent; outline: none; padding: 0; cursor: pointer; } a { color: inherit; text-decoration: none; } input, textarea, select, button, a { outline: none; &:hover, &:active, &:focus { outline: none; } } ul, ol, li { list-style: none; margin: 0; padding: 0; } hr { border: 0; height: 1px; border-top: solid 1px #E6E8E9; margin-top: 16px; margin-bottom: 16px; }