/* ==========================================================================
   Typography Scales - Extracted directly from Newportfolio.json
   ========================================================================== */

/* Headlines */
.type-h1, h1 {
  font-family: var(--font-heading);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  color: var(--brand-dark-blue);
}

.type-h2, h2 {
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--brand-dark-blue);
}

/* Titles */
.type-t1 {
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.type-t2 {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.type-t3 {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.type-t4 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.type-t5 {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.type-t6 {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

/* Body */
.type-b1 {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.type-b2 {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.type-b3 {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.type-b4 {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.type-b5 {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

/* Labels */
.type-l1 {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.type-l2 {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.16em;
}

.type-l3 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.type-l4 {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.type-l5 {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.type-l6 {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.type-l7 {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.type-l8 {
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.16em;
}

.type-l9 {
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

/* Untangle Highlight Styling */
.untangle-word {
  color: var(--brand-primary);
  font-weight: 700;
  display: inline-block;
  position: relative;
  letter-spacing: 0.01em;
}

