@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap");:root{--font-primary:"Play",sans-serif;--color-text:#fff;--color-button-orange:#f60;--color-button-border:#f60;--color-button-text:#fff;--color-header-border:#ddd}body,html{font-family:var(--font-primary);color:var(--color-text);margin:0;padding:0;background-color:#000;width:100%}h1{font-size:48px}h1,h2{font-weight:700}h2{font-size:36px}h3{font-size:24px;font-weight:700}p{font-size:16px;font-weight:400;line-height:1.75}a{text-decoration:none;color:#fff}