/* ═══════════════════════════════════════════════════════════════
   COMFORT LAYER — small typography & spacing refinements that sit
                   on top of the module CSS. Loaded LAST.
═══════════════════════════════════════════════════════════════ */

body {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: 0.005em;
}
p { line-height: 1.7; }

/* Headings — slightly tighter tracking */
h1, h2, h3, h4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

/* Section dividers sit flush against sections */
.sec-div { margin: 0; }

/* Mobile readability */
@media (max-width: 768px) {
  body                    { font-size: 14.5px; }
  input, select, textarea { font-size: 16px !important; }
}
