:root {
    --cor-background-1: #f2006c;
    --cor-background-2: #08022d;
    --fonte-principal: "Outfit", sans-serif;
    --fonte-secundaria: "Outfit", sans-serif;
    --cor-fonte-1: #ffffff;
    --cor-fonte-2: #f2006c;
    --cor-fonte-3: #08022d;
    --cor-button-1: #08022d;
    --cor-button-2: #550428;

}

body {
    padding: 0;
}

ul {
    list-style-type: none;
    padding: 0;
}

a {
    text-decoration: none;
}

h1, h2, h3{
    font-family: var(--fonte-principal);
    font-weight: 500;
}

p, ul {
    font-family: var(--fonte-secundaria);
}