/* DEV RAW site shell — base typography aligned to homepage */
html {
  scroll-behavior: smooth;
}

body.dws-raw-site {
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #151515;
  background: linear-gradient(180deg, #fff 0%, #f7f8fa 52%, #fff 100%);
}

body.dws-raw-site a {
  color: inherit;
  text-decoration: none;
}

body.dws-raw-site img {
  display: block;
  max-width: 100%;
  height: auto;
}

body.dws-raw-site button,
body.dws-raw-site input,
body.dws-raw-site select,
body.dws-raw-site textarea {
  font: inherit;
}

body.dws-raw-site h1,
body.dws-raw-site h2,
body.dws-raw-site h3 {
  font-family: Raleway, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
