/*CORES, FONTES DO SITE*/

:root {
    --main-color: #23314c;
    --secondary-color: #667d8b;
    --red-color: #b42117;
    --yellow-color: #ffc221;
    --white-color: #ffffff;
    --black-color: #000000;
    --main-font: "DM Sans", sans-serif;
}

/*FINAL CORES, FONTES DO SITE*/

body {
    font-family: var(--main-font);
}

html {
    scroll-behavior: smooth;
    /* 1 REM = 10PX */
    font-size: 62.5%;
    background-color: #F8F9FD;
}

p,
input,
button,
a,
li,
ol {
    font-size: 1.6rem;
}

a {
    text-decoration: none;
}

.container {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}
