@import url("https://fonts.cdnfonts.com/css/electrolux-sans");


p,h1,h2,h3 {
	font-family: "Electrolux Sans",sans-serif !important;
}


:root {
--font-brand: "Electrolux Sans", system-ui, -apple-system, "Segoe UI",
				Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
html {
font-family: var(--font-brand);
font-synthesis: none;           /* não “inventa” bold/italic */
-webkit-text-size-adjust: 100%; /* iOS */
}
body, button, input, select, textarea {
font: inherit;                  /* herda família/peso do html */
line-height: 1.4;
}

/* 2) Pesos e itálico – use estes utilitários onde precisar */
.thin      { font-weight: 300; }   /* Thin (300) */
.light     { font-weight: 350; }   /* Light deste kit é 350 */
.regular   { font-weight: 400; }
.semibold  { font-weight: 600; }
.bold      { font-weight: 700; }
.italic    { font-style: italic; }

/* 3) Sugestão de pesos padrão para títulos e texto */
h1 { font-weight: 700; }
h2 { font-weight: 600; }
h3 { font-weight: 600; }
p, li, label, small { font-weight: 400; }

/* Itálico sem classe (em, i, cite) pega a variação italic do kit */
em, i, cite { font-style: italic; }
