 
        body {
            font-family: 'Inter', sans-serif;
            background-color: #f8fafc; 
        }
      
        .noticia-body p {
            margin-bottom: 1.5rem;
            line-height: 1.8;
            color: #374151; 
            font-size: 1.125rem; 
        }
        .noticia-body h3 {
            margin-top: 2.5rem;
            margin-bottom: 1rem;
            font-size: 1.75rem;
            font-weight: 700;
            color: #1f2937;
        }