/*
Theme Name: FKE Incorporadora 2
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
.post-body h1, .post-body h2, .post-body h3, .post-body h4, .post-body h5, .post-body h6 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-weight: 600;
}
.post-body h1 {
    font-size: 2.25em;
}
.post-body h2 {
    font-size: 1.75em;
}
.post-body h3 {
    font-size: 1.5em;
}
.post-body h4 {
    font-size: 1.25em;
}
.post-body h5 {
    font-size: 1.1em;
}
.post-body h6 {
    font-size: 1em;
}
.post-body ul{
    list-style: disc;
}
.post-body ol{
    list-style: decimal;
}
.post-body ul, .post-body ol {
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
.post-body ul li, .post-body ol li {
    margin-bottom: 0.5em;
}
.post-body a {
    color: #c1444a;
    text-decoration: underline;
}
.post-body a:hover {
    color: #a71d24;
}
.post-body p{
    margin-bottom: 1.5em;
}
.post-body table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5em;
}
.post-body table th, .post-body table td {
    border: 1px solid #ddd;
    padding: 0.75em;
    text-align: left;
}
.post-body table th {
    background-color: #f4f4f4;
}
.post-body blockquote {
    border-left: 4px solid #ddd;
    padding-left: 1em;
    color: #666;
    margin-bottom: 1.5em;
}