:root {
  color: #111111;
  background: #f7f7f4;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
}

.workspace-shell {
  display: grid;
  min-height: 100vh;
  align-content: center;
  gap: 18px;
  padding: clamp(32px, 8vw, 96px);
}

.eyebrow {
  margin: 0;
  color: #178bff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(48px, 9vw, 112px);
  line-height: 0.9;
}

p {
  max-width: 620px;
  margin: 0;
  color: #66625c;
  font-size: 20px;
  line-height: 1.5;
}
