* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #1A1A1A;
}

body {
    font-family: "Source Sans 3", sans-serif;
}

a {
    text-decoration: none; /* Remove sublinhado */
    color: inherit; /* Herda a cor do elemento pai */
}
