/* Famyro Area Guide — typography v1.0 */
@font-face {
  font-family: "FamyroPoppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/poppins-latin-600.ttf") format("truetype");
}

@font-face {
  font-family: "FamyroPoppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/poppins-latin-800.ttf") format("truetype");
}

@font-face {
  font-family: "FamyroPoppins";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/poppins-latin-900.ttf") format("truetype");
}

body {
  color: var(--famyro-color-ink);
  font-family: var(--famyro-font-body);
  font-size: var(--famyro-font-size-base);
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
.famyro-heading {
  color: var(--famyro-color-ink);
  font-family: var(--famyro-font-heading);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

h1,
.famyro-heading--display {
  font-size: clamp(3rem, 8vw, 6.75rem);
  letter-spacing: -0.075em;
  line-height: 0.88;
}

h2,
.famyro-heading--section {
  font-size: clamp(2.25rem, 5.4vw, 4.75rem);
  line-height: 0.92;
}

h3,
.famyro-heading--card {
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  line-height: 1;
}

p,
li {
  max-width: 72ch;
}

.famyro-lead {
  color: var(--famyro-color-muted);
  font-size: clamp(1.125rem, 2vw, 1.3125rem);
  line-height: 1.65;
}

.famyro-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--famyro-color-green-deep);
  font-family: var(--famyro-font-heading);
  font-size: var(--famyro-font-size-xs);
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.famyro-eyebrow::before {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--famyro-color-green);
  box-shadow: 0 0 0 5px rgba(0, 232, 132, 0.18);
  content: "";
}

.famyro-text-muted {
  color: var(--famyro-color-muted);
}

.famyro-text-accent {
  color: var(--famyro-color-green-dark);
}
