/* SOS Pais - Reset & Base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { 
  scroll-behavior: smooth; 
  font-size: 16px; 
}

body { 
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif; 
  color: var(--text); 
  background: var(--white); 
  line-height: 1.65; 
  -webkit-font-smoothing: antialiased; 
  overflow-x: hidden; 
}

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

a { text-decoration: none; color: inherit; }

.wrap { width: min(100% - 40px, var(--max)); margin-inline: auto; }

.svg-icon { 
  width: 1em; 
  height: 1em; 
  display: inline-block; 
  vertical-align: -.15em; 
  color: currentColor; 
  flex-shrink: 0; 
}
