
/* Ajustes finos de tipografia para leitura */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.prose p {
    margin-bottom: 1.5em;
    line-height: 1.8;
    color: #333;
}

img{
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;;
}

/* Efeito sutil no link de navegação */
.nav-link {
    position: relative;
}
.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -4px;
    left: 0;
    background-color: #1B263B;
    transition: width 0.3s ease;
}
.nav-link:hover::after {
    width: 100%;
}



#view-article .prose h2 {
    font-family: "Georgia", serif;
    font-size: 1.6rem; /* text-3xl */
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}
#view-article .prose h3 {
    font-size: 1.5rem; /* text-2xl */
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}
#view-article .prose h4 {
    font-size: 1.125rem; /* text-xl */
    margin-top: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.reflexao{
    font-family: "Georgia", sans-serif;
}
#reflection_h3{
    font-size: 1em !important;
}