*, *::before, *::after { box-sizing: border-box; } * { margin: 0; padding: 0; font: inherit; } img, picture, svg, video { display: block; max-width: 100%; } body { background-color: #000000; font-size: var(--body); color: var(--neutral-l-5); line-height: 1.5; @media (max-width: 767px) { line-height: 1.6; } }  h1, h2, h3, h4, h5, h6 { font-family: New Order, Arial, Helvetica, sans-serif; text-wrap: balance; } h1 { font-size: var(--h2); line-height: 1.3; } @media (max-width: 767px) { h1 { line-height: 1.4; } } h2 { font-size: var(--h2); line-height: 1.3; } @media (max-width: 767px) { h2 { line-height: 1.4; } } h3 { font-size: var(--h3); line-height: 1.4; } @media (max-width: 767px) { h2 { line-height: 1.5; } } p { margin-bottom: 1em; max-width: 65ch; } p:last-child, p:only-of-type { margin-bottom: 0rem; }