/*
Theme Name:     Neve Child (Veribli)
Theme URI:      https://veribli.com/articles/
Description:    Child theme for Neve, carrying the two customisations that were previously edited
                directly into the Neve core files. Exists so Neve can be updated safely.
Author:         Voittaa
Template:       neve
Version:        1.0.0
Text Domain:    neve-child
*/

/*
 * Replaces the inline style="font-weight: 100; font-size: 20px;" that had been added by hand to the
 * <header> element in neve/header.php (around line 78).
 *
 * Neve's own stylesheets set no font-size or font-weight on .header, so this rule applies cleanly.
 * It is loaded after neve-style, so no !important is needed.
 */
.header {
	font-weight: 100;
	font-size: 20px;
}
