/* Sistema tipográfico único de SANTIAGOTECH */
html,
body,
button,
input,
textarea,
select {
  font-family: "Manrope", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand,
.nombre,
.solution-hub strong,
.service-card,
.cta-button {
  font-family: "Manrope", sans-serif;
}

body {
  font-weight: 400;
  letter-spacing: -.008em;
}

h1,
h2,
h3,
h4,
strong {
  font-weight: 700;
}

p,
li,
input,
textarea {
  font-weight: 400;
}

button,
.cta-button,
nav a,
.service-card a {
  font-weight: 700;
}
