/* ── HOUSE OF KIN — GLOBAL STYLES ── */

:root {
  --brown:    #100509;
  --pink:     #89D2F7;
  --offwhite: #F2EDE4;
  --lime:     #ABBF1B;
}

/* ── EYEBROW / LABEL ── */
/* Small uppercase label used above headings, on meta info, section labels */
.eyebrow {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
  color: #89D2F7;
}

/* ── BODY TEXT ── */
.body-text {
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.02em;
}

/* ── SECTION LABEL ── */
/* Eyebrow with muted opacity — used for "Services", "Rules of Play" etc */
.section-label {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(242, 237, 228, 0.4);
}
