/* ==========================================
   Curvature Diagnostics™
   Global Typography System (Internal Pages)
   ========================================== */

:root{
  --ink:#1f2328;
  --muted:#5b6169;
  --gold:#a98a61;
}

/* Base Typography */
body{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,Helvetica,sans-serif !important;
  font-size:14px !important;
  line-height:1.7 !important;
  color:var(--ink);
}

/* Headings */
h1{
  font-size:32px;
  font-weight:700;
  margin:0 0 18px 0;
}

h2{
  font-size:22px;
  font-weight:600;
  margin:32px 0 16px 0;
}

h3{
  font-size:16px;
  font-weight:600;
}

/* Paragraphs */
p{
  font-size:14px;
  line-height:1.7;
  color:var(--muted);
}

/* Navigation */
.site-nav{
  font-size:14px !important;
}

.site-nav a{
  font-weight:600;
  color:var(--gold);
}

/* Dropdown links */
.dropdown-panel a{
  font-size:13px;
  font-weight:500;
}
