/*
Theme Name:  Astra Child Theme
Author:      Jobst Schmalenbach, Barrett
Author URI:  https://wwww.salesessentials.com
Description: This is a custom child theme for Astra
Template:    astra
Version:     1.2.3.4.6.3.2.45.6.8.5.43.2.5.7.89.9.4.3.3.56.7.8
*/

/* make sure we have this */
h1, h2, h3, h4 {
 font-family: 'Playfair Display';
}
h5, h6 {
 font-family: 'Mulish';
}
/* fuck this */
.ast-single-author-box,
.author-box,
.author-bio,
.post-author-section {
 display:none!important;
}
/* 1. Target the H2 headings directly on blog/archive pages */
.blog h2.entry-title,
.archive h2.entry-title {
 /* Force your desired H2 size here */    
 font-size: 32px !important;    
 line-height: 36px !important;
}
/* 2. Force the anchor tag inside to unconditionally copy that H2 */
.blog h2.entry-title a,
.archive h2.entry-title a,
.ast-archive-description .entry-title a {
 font-size: inherit !important;
 line-height: inherit !important;
}
