	@import url("/css/bg-img.css?3244824415");

    @import url("/css/dark.css?3244824415");
    :root {
    --theme-primary-rgb: 39,44,48;
    --theme-secondary-rgb: 108,117,125;

    --theme-bg-page-rgb: 34,34,34;
    --theme-bg-primary-rgb: 52,58,64;
    --theme-bg-secondary-rgb: 33,37,41;

                --theme-bg-image-url: url(https://files.facepunch.com/paddy/20230504/nukesilo_monument_menubg.jpg);
    }

    :root {
        --theme-opacity: 0.2;
    }

    .navbar-primary {
        backdrop-filter: blur(10px);
    }

    :root {
        --theme-gradient: rgba(var(--theme-primary-rgb), var(--theme-opacity));
    }


    .title {
        font-weight: 900;
        text-transform: uppercase;
    }





	.mercadopagoico {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 21px;
    width: 31px;
    background-image: url(https://i.imgur.com/wnGay3E.png);
    background-size: cover; /* Para garantir que a imagem cubra todo o elemento */
}
