/*
Theme Name: Simple Theme for Press Rogers
Template: astra
Text Domain: simple-theme-press-rogers
Version: 1.0.0
*/

@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;600&display=swap");

html, body {
  height: 100%;
}

body.simple-landing {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #111111;
  text-align: center;
  overflow: hidden;
  font-family: "Space Grotesk", Arial, sans-serif;
}

.simple-landing__content h1 {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.simple-landing__content p {
  margin: 0.75rem 0 0;
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  color: #444444;
}
