/* ===========================================================================
   Brand tokens — single source for Novinhub-style blue + Estedad typography
   =========================================================================== */

:root {
  /* Novinhub blue palette */
  --ht-primary:       #2ba6fe;
  --ht-primary-dark:  #168fe8;
  --ht-primary-soft:  rgba(43, 166, 254, 0.12);
  --ht-primary-muted: rgba(43, 166, 254, 0.08);
  --ht-ink:           #17181a;
  --ht-muted:         #52657d;
  --ht-line:          #dbe7f2;

  /* Typography */
  --ht-font-sans: 'Estedad', Tahoma, Arial, sans-serif;
}

body {
  font-family: var(--ht-font-sans);
  font-weight: 400;
}

h1,
.hl-hero-title {
  font-weight: 800;
}

h2,
.hl-section-title {
  font-weight: 800;
}

h3 {
  font-weight: 700;
}

nav a,
button,
.hl-btn {
  font-weight: 600;
}
