
/* CDC Solutions – ultra‑precise typography (v40) */

html {
  font-size: 14px;
}

body {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

/* Paragraphs */
p {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}

/* Lead / intro text */
.lead, .intro {
  font-size: 15px;
  line-height: 1.55;
}

/* Headings */
h1 {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.015em;
  margin-bottom: 0.6em;
}

h2 {
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 0.4em;
}

/* Small text (footer, legal) */
.small, footer {
  font-size: 13px;
  line-height: 1.45;
}

/* Cards spacing */
.card, .box {
  padding: 1.4rem;
}
