/* Reset CSS */

/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
    margin: 0;
}

/* Remove default padding */
h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
}

/* Remove list styles (bullets/numbers) */
ol,
ul {
    list-style: none;
}

/* Remove default anchor styles */
a {
    text-decoration: none;
    color: inherit;
}

/* Remove default outline styles */
button,
input,
textarea {
    outline: none;
}

/* Optionally, you can add more reset styles as needed. */

:root{
    --cor-principal: #3d85c6;
    --cor-secundaria: silver;
    --cor-letra: #e7e6e6;
    --cor-apoio: #f1c232;
}