/* Theme Name: ZeroY Starter */
:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #17212B;
  background: #F5F7FA;
}

body {
  margin: 0;
  padding: 0;
}

main {
  max-width: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

a {
  color: inherit;
}

p {
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
}

:focus-visible {
  outline: 3px solid #0F5FB8;
  outline-offset: 4px;
}

/* Override for page templates with their own styles */
.about-page {
  max-width: none;
  margin: 0;
  padding: 0;
}
