/**
 * JATAÍ DESIGN — BASE GLOBAL
 * Reset leve + tipografia padrão do tema. Mantido enxuto de propósito —
 * o visual pesado do site fica nos componentes (hero, etc).
 */

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

a {
	color: inherit;
}

button {
	font-family: inherit;
}
