/* Meridiano Tecnologia, site institucional.
   Três cores: fundo #fafafa, texto #111816, verde #1B4D3E. Base de espaçamento 8px. */

@font-face {
  font-family: 'Inter'; font-style: normal; font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/inter-variable-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter'; font-style: normal; font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/inter-variable-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: #fafafa;
  color: #111816;
  font: 400 17px/1.65 'Inter', system-ui, sans-serif;
}

header, main, footer {
  max-width: 680px;
  margin-inline: auto;
  padding-inline: 24px;
}

a { color: #1B4D3E; text-decoration: underline; text-underline-offset: 2px; }
:focus-visible { outline: 2px solid #1B4D3E; outline-offset: 2px; }

/* Cabeçalho */
header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 32px;
  padding-top: 32px;
}
.marca {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1B4D3E;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 2px;
  white-space: nowrap;
}
.marca svg { width: 32px; height: 32px; flex: none; }
header nav { display: flex; flex-wrap: wrap; gap: 8px 24px; font-size: 15px; }
header nav a { font-weight: 500; }
header nav a[aria-current="page"] { color: #111816; text-decoration: none; font-weight: 700; }

/* Conteúdo */
h1 {
  color: #1B4D3E;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 64px;
}
h2 {
  color: #1B4D3E;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 64px;
}
h1 + h2 { margin-top: 32px; }
p, ul { margin-top: 24px; }
main { padding-bottom: 32px; }

.apoio { font-size: 15px; }

.lista-inline { list-style: none; }
.lista-inline li { display: inline; }
.lista-inline li:not(:last-child)::after { content: ' · '; color: #1B4D3E; }

.artefato-titulo { font-weight: 700; }
.artefato-desc { font-size: 15px; margin-top: 8px; }

/* Rodapé */
footer {
  margin-top: 64px;
  padding-top: 32px;
  padding-bottom: 48px;
  font-size: 15px;
}
footer p { margin-top: 8px; }
