/* Global typography for all pages */
html, body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #111;
  font-weight: 400;
}

h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}

h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}

h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}

p {
  font-weight: 400;
}

/* Ensure emphasis is consistent but not too heavy */
.fw-bold { font-weight: 600 !important; }
.fw-semibold { font-weight: 600 !important; }
.btn { font-weight: 600; }


