48 lines
1,011 B
CSS
Executable file
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);
|
|
}
|