/* Website-scoped polish on top of colors_and_type.css */
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
body{background:#fff;color:#000}
.container{max-width:1200px;margin:0 auto;padding:0 24px}
.eyebrow{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--rok-orange);font-weight:700}
.section{padding:72px 0}
.section.alt{background:#fff}
.section.grey{background:#ededed}
.divider{height:1px;background:var(--rok-gray-200);margin:0}
img{max-width:100%;display:block}
