body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
/* Desabilitar seleção de texto */
body {
-webkit-user-select: none; /* Chrome/Safari */
-moz-user-select: none;    /* Firefox */
-ms-user-select: none;     /* IE/Edge */
user-select: none;         /* Padrão */
}
        html, body { overflow-x: hidden; }
        body {
            opacity: 0;
            transition: opacity 0.4s ease-in-out;
            font-family: 'Inter', sans-serif;
            background-color: #f8fafc;
            color: #1e293b;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        body.ready { opacity: 1; }
        h1, h2, h3 { font-weight: 800; color: #0f172a; letter-spacing: -0.025em; }
        p, li { font-size: 1.125rem; line-height: 1.8; color: #334155; }
        strong { font-weight: 700; color: inherit; }
        .icon-shadow { filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1)); }
        footer p { font-size: initial; line-height: initial; }
        @keyframes soft-flash {
            0%, 100% { color: #334155; } 
            50% { color: #dc2626; } 
        }
        .animate-soft-flash { animation: soft-flash 2.5s infinite; }
        .hero-bg {
            background-image: url('https://vozativa.blog/files/inflacao.avif');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
        }
                        #cusdis_thread iframe { min-height: 500px !important; height: auto !important; }
                