/*
Theme Name: Influencers
Theme URI: http://influencers.beplusthemes.com/
Author: bearsthemes
Author URI: http://bearsthemes.com
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-logo, custom-menu, editor-style, featured-images, flexible-header, full-width-template, style-variations, sticky-post, theme-options, translation-ready
Description: Influencers is a fully configurable and easy to use responsive WordPress Theme  with a lot of great features.
Text Domain: influencers
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
	## Headings
	## Copy
# Elements
	## Lists
	## Tables
# Forms
	## Buttons
	## Fields
# Navigation
	## Links
	## Menus
	## Next & Previous
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Content
	## Archives
	## Posts and pages
	## Comments
# Blocks
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Reduce tamaño de fuente y mejora legibilidad */
.textbasic {
  font-size: 16px;          /* antes parece que estaba en 20-22px */
  line-height: 1.45;        /* menos espaciado entre líneas */
  text-align: justify;
  text-justify: inter-word;
  max-width: 620px;         /* evita que el texto se expanda demasiado */
  margin: 0 auto;           /* centra el bloque */
  font-family: 'Merriweather', serif; /* tipografía elegante y seria */
}

/* Títulos más finos y elegantes */
.textbasic h1, 
.textbasic h2, 
.textbasic h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  letter-spacing: -0.5px;
}

/* Párrafos más compactos sin tanto hueco */
.textbasic p {
  margin-bottom: 12px;
}



