/* 02-base.css — tipografia e elementos base, não muda entre projetos */
body {
  font-family: var(--fonte-base);
  background: var(--cor-surface);
  color: var(--cor-ink);
  font-size: 15px;
}
h1, h2, h3 { font-weight: 600; line-height: 1.2; }
