/*
Theme Name: AutoLivre Blog
Theme URI: https://autolivre.net
Author: AI Studio
Description: Tema premium claro desenvolvido com Tailwind CSS.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: autolivre
*/

/* O Tailwind cuidará de quase todo o styling, por isso este ficheiro serve primariamente para registar o tema no WordPress. */

.wp-content {
    font-family: 'Inter', sans-serif;
    color: #475569;
    line-height: 1.8;
    font-size: 1.125rem;
}
.wp-content h1, .wp-content h2, .wp-content h3, .wp-content h4 {
    font-family: 'Poppins', sans-serif !important;
    color: #0f172a;
    font-weight: 700;
    margin-top: 2.5em;
    margin-bottom: 1em;
}
.wp-content a {
    color: #2563eb;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 600;
}
.wp-content a:hover {
    color: #1d4ed8;
}
.wp-content blockquote {
    border-left: 5px solid #3b82f6;
    padding-left: 1.5rem;
    margin: 2em 0;
    font-style: italic;
    color: #475569;
    font-size: 1.25rem;
    background-color: #f8fafc;
    padding: 1.5rem 1.5rem 1.5rem 2rem;
    border-radius: 0.5rem;
}
.wp-content img, .wp-content figure {
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
    margin: 2.5em 0;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
}
