/* SkyMaka — layout-styles.css */

body {
  font-family: system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  max-width: 44rem;
  margin: 4rem auto;
  padding: 0 1.5rem;
  color: #141d24;
}

h1 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}

footer {
  margin-top: 3rem;
  font-size: 0.85rem;
  color: #4e606c;
}
