/*
Theme Name: Eleventy ADS Digital Fortress
Theme URI: https://www.demo.websitecreators.site/
Author: Eleventy ADS
Description: Eleventy ADS için tasarımı koruyan, responsive ve performans odaklı özel WordPress teması.
Version: 15.2.0
Requires at least: 6.0
Requires PHP: 7.2
Text Domain: eleventy-ads
*/
.wp-editor-content p {
    font-size: 1.125rem; /* Tema içerik metni boyutu */
    color: #171717; /* neutral-900 rengi */
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.wp-editor-content h2, 
.wp-editor-content h3, 
.wp-editor-content h4 {
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.wp-editor-content img {
    border-radius: 12px; /* Editörden eklenen ara resimleri yuvarlatır */
    margin-bottom: 1.5rem;
}