sitewww/styles/fonts.css
vinicius 925f5ba1ee
All checks were successful
Deploy para Servidor de Produção / Determinar ambiente de destino (push) Successful in 2s
Deploy para Servidor de Produção / Deploy para (push) Successful in 24s
versao inicial do site
2025-06-23 22:19:55 -03:00

48 lines
1,011 B
CSS
Executable file

@import url("https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&display=swap");
h1,
h2,
h3,
h4,
button {
font-family:
"Funnel Display",
system-ui,
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Oxygen,
Ubuntu,
Cantarell,
"Open Sans",
"Helvetica Neue",
sans-serif;
font-style: normal;
font-weight: 400;
margin: 0;
line-height: 100%;
color: var(--icone-texto);
}
p {
font-family:
"Host Grotesk",
system-ui,
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Oxygen,
Ubuntu,
Cantarell,
"Open Sans",
"Helvetica Neue",
sans-serif;
font-style: normal;
font-weight: 400;
margin: 0;
line-height: 130%;
color: var(--icone-texto);
}