@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap');

h1,
h2,
button,
abbr {
    font-family: "Funnel Display", Helvetica, "Helveitca Neue", sans-serif;
}

h3,
p,
a,
label {
    font-family:
        "Funnel Sans",
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Ubuntu,
        Cantarell,
        "Open Sans",
        "Helvetica Neue",
        sans-serif;
}

h1,
h2,
h3,
p,
a {
    font-weight: 400;
    font-style: normal;
    color: var(--icone-texto);
}

abbr,
a {
    text-decoration: none;
}

a:hover {
    font-weight: 700;
    cursor: pointer;
}
