/* ============================================
   GLOBAL TYPOGRAPHY — Beyond The Veil
   ============================================ */

body {
  color: var(--btv-silver);
  font-family: var(--btv-font-body);
}

h1 {
  font-family: var(--btv-font-head);
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-weight: 700;
  color: var(--btv-silver);
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  margin-bottom: 0.6em;
}

p {
  max-width: 520px;
  margin: 0.5em auto 1.5em;
  line-height: 1.6;
}

/* Utility Divider */
.divider {
  width: 220px;
  height: 1px;
  background: var(--btv-violet);
  margin: 1em auto;
}
