@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@700;800&display=swap');

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--lx-text, #0a0a0a);
  background: var(--lx-background, #f7f7f8);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  letter-spacing: inherit;
}

a {
  color: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

/* Escala tipográfica oficial do Lexos */
h1,
h2,
h3,
h4,
h5,
h6,
.lx-heading,
.cl-card-title,
.cl-page-title {
  font-family: Manrope, Inter, sans-serif;
  color: var(--lx-text, #0a0a0a);
}

h1 {
  font-size: clamp(2rem, 3vw, 2.625rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

h2 {
  font-size: clamp(1.375rem, 2vw, 1.75rem);
  line-height: 1.2;
  letter-spacing: -0.025em;
}

h3 {
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: -0.015em;
}

p,
li,
label,
input,
select,
textarea,
button {
  font-size: 0.9375rem;
}

small,
.lx-text-small {
  font-size: 0.8125rem;
}

.lx-text-xs {
  font-size: 0.75rem;
}

.lx-text-muted {
  color: var(--lx-muted, #6b7280);
}
