@font-face {
  font-family: 'Gotham';
  src: url('https://www.potencialinfinito.net.br/themes/potencial-infinito/fonts/Gotham.woff2') format('woff2'),
       url('https://www.potencialinfinito.net.br/themes/potencial-infinito/fonts/Gotham.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html, body, h1, h2, h3, h4, h5, h6, p, span, a, li, div, button {
    font-family: 'Gotham', sans-serif !important;
}
/* ==========================
   Estilos existentes ajustados
========================== */
html {
    scroll-behavior: smooth;
}
.bg-whats-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(43 48 91);
}
h1 {
    font-weight: 200 !important;
    color: #e66827 !important;
    font-size: 24px !important;
    line-height: 36px !important;
}

h2 {
    font-weight: 200 !important;
    color: #e66827 !important;
    font-size: 20px !important;
    line-height: 36px !important;
}

h3 {
    color: rgb(39, 43, 86) !important;
}

h4 {
    font-weight: 200 !important;
    color: rgb(130, 132, 135) !important;
    font-size: 16px !important;
    line-height: 36px !important;
}

p {
    font-weight: 300 !important;
    color: rgb(39, 43, 86) !important;
    font-size: 16px !important;
    line-height: 24px !important;
}



.underline-spaced {
    position: relative;
}

.underline-spaced::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #e66827;
    transition: width 0.3s ease;
}

.underline-spaced:hover::after {
    width: 100%;
}

.bg-black {
    background-color: rgb(43, 48, 91) !important;
}

/* Menu desktop links hover */
#desktop-menu a {
    color: rgb(39, 43, 86) !important;
    font-family: 'Gotham', sans-serif !important;
}

#desktop-menu a:hover {
    color: #e66827 !important;
}

    
    .no-scrollbar::-webkit-scrollbar { display: none; }
        .nav-active {
        color: #e66827 !important;
        transition: color 0.18s ease;
    }
    [x-cloak] { display: none !important; }
