/* ─── Font Import ─── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Crimson+Pro:ital,wght@0,300;0,400;0,600;1,300;1,400&family=DM+Mono:wght@300;400&display=swap');

/* ─── Display ─── */
.t-display-xl {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 6vw, 5.5rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.t-display-lg {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.75rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.015em;
}

.t-display-md {
  font-family: var(--font-display);
  font-size: clamp(1.625rem, 3vw, 2.5rem);
  font-weight: 500;
  line-height: 1.15;
}

/* ─── Headings ─── */
.t-h1 {
  font-family: var(--font-display);
  font-size: clamp(1.375rem, 2.5vw, 2rem);
  font-weight: 500;
  line-height: 1.2;
}

.t-h2 {
  font-family: var(--font-display);
  font-size: clamp(1.125rem, 2vw, 1.625rem);
  font-weight: 500;
  line-height: 1.25;
}

.t-h3 {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.35;
}

/* ─── Body ─── */
.t-body-lg {
  font-family: var(--font-body);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
}

.t-body {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

.t-body-sm {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.7;
}

/* ─── UI / Labels ─── */
.t-label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 300;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-text-tertiary);
}

.t-caption {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 300;
  letter-spacing: 0.10em;
  color: var(--color-text-tertiary);
}

/* ─── Pull Quote ─── */
.t-pullquote {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.875rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.45;
  color: var(--color-text-secondary);
}

/* ─── Devanagari / Sanskrit ─── */
.t-devanagari {
  font-family: var(--font-display);
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: var(--color-text-tertiary);
}
