/*
Theme Name: Ecomus Child
Theme URI: https://wpecomus.com/
Author: DrFuri
Author URI: http://drfuri.com/
Description: Multipurpose WooCommerce WordPress Theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ecomus
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: ecomus
*/

/* Mientras se actualiza la caché */
h1
{
	font-family: 'Playfair Display';
}

/* Corrección de cambio de h5 a h3 */
.single-post .ecomus-posts-related__heading
{
	font-size: 1.75rem;
	font-weight: var(--em-heading-font-weight);
	font-family: var(--em-heading-font), sans-serif;
	line-height: var(--em-heading-line-height);
}

/* Corrección ya que se cambió de h6 a h3 */
.single-post.content-sidebar .entry-title, .single-post.content-sidebar .entry-meta, .single-post.sidebar-content .entry-title, .single-post.sidebar-content .entry-meta
{
	font-family: var(--e-global-typography-16fefbc-font-family), Sans-serif;
    font-size: var(--e-global-typography-16fefbc-font-size);
    font-weight: var(--e-global-typography-16fefbc-font-weight);
    line-height: var(--e-global-typography-16fefbc-line-height);
}