/* =========================================
   Brian Rice Real Estate – Custom Styles
   ========================================= */

/* Typography */
body {
  -webkit-font-smoothing: antialiased;
}

/* Headings */
h1, h2, h3 {
  letter-spacing: -0.02em;
}

/* Content width consistency */
.ast-container {
  max-width: 1200px;
}

/* Utility */
.last-modified {
  font-size: 14px;
  opacity: 0.7;
  margin-top: 20px;
}
