/*
Theme Name:   Personalblogily Child
Theme URI:    https://marinaionita.com/
Description:  Child theme for Personalblogily. Holds all site-specific
              customisations so they survive parent theme updates.
Author:       Marina Ionița
Template:     personalblogily
Version:      1.0.0
Text Domain:  personalblogily-child
*/

/* ---------------------------------------------------------------
   Remove Lato from every font stack the parent defines.
   Reason: Romanian ș / ț render with cedilla rather than comma-below
   in Lato, which looks wrong in Romanian text.
   A child theme cannot delete a parent rule, so each affected
   selector is restated here without Lato.
   --------------------------------------------------------------- */

body,
code,
html,
kbd,
pre,
samp {
	font-family: 'helvetica neue', helvetica, arial;
}

code,
kbd,
pre,
tt,
var {
	font-family: 'helvetica neue', helvetica, arial;
}

article h1, article h2, article h3, article h4, article h5, article h6,
.site-branding .site-title,
.search-no-results h1, .error404 h1,
.search-results h1.page-title,
.comments-area .comments-title,
#comments h3#reply-title {
	font-family: Merriweather, 'helvetica neue', helvetica, arial;
}

.entry-meta {
	font-family: 'helvetica neue', helvetica, arial;
}

.footer-column-three h3 {
	font-family: 'helvetica neue';
}

article .entry-content {
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
}
