* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Jost", sans-serif;
}

body {
    background-color: var(--preto);
}

html, body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

:root {
    --preto: #000000;
    --cinza: #2e2e2e;
}