/* Codall FFLCH Base - identidade institucional */
:root {
  --fflch-blue: #142d69;
  --fflch-blue-dark: #08234f;
  --fflch-gold: #d7a900;
  --fflch-bg: #f7f8fb;
  --fflch-text: #1f2933;
  --fflch-muted: #667085;
  --fflch-border: #d9e2ef;
  --fflch-radius: 18px;
}

body {
  margin: 0;
  background: var(--fflch-bg);
  color: var(--fflch-text);
  font-family: Arial, Helvetica, sans-serif;
}

.fflch-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

a {
  color: var(--fflch-blue);
}

img {
  max-width: 100%;
  height: auto;
}
