/*
Theme Name: Ewebot - Child
Template: ewebot
Author: GT3themes
Author URI: http://gt3themes.com
Description: -
Version: 1.0.1754636539
Updated: 2025-08-08 07:02:19

*/

.blogpost-style .article-title {
    font-family: 'Inter', sans-serif;
    color: green;
	}

/* Target all links inside the Gutenberg editor */
.editor-styles-wrapper p a {
	color: #3772FF !important; 
	text-decoration: underline !important;
}

/* Optional: Hover state */
.editor-styles-wrapper p a:hover {
	color: #ff7426 !important;
	text-decoration: none !important;
}
