    *,
    *::after,
    *::before {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        text-decoration: none;
    }

    @import url('https://fonts.googleapis.com/css2?family=Bungee+Hairline&family=Inter+Tight:ital,wght@0,200;0,300;0,400;1,200;1,300;1,400&family=Oxanium:wght@200..800&family=Pacifico&family=Press+Start+2P&family=Saira+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');

    html {
        font-size: 1.6rem;
        background-color: var(--white);
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
        font-optical-sizing: auto;
        font-weight: weight;
        font-style: normal;
        font-variation-settings: "wdth" 100;


        /* -------------------------------------------------------- */

        & body {
            font-size: 62.5%;

            /* -------------------------------------------------------- */

            & button {
                color: var(--backgroundColorPadrao);
            }

            & h1 {
                font-family: "Roboto", sans-serif;

            }

            & ul,
            & ol {
                list-style: none;
            }

        }

    }