/*
 Theme Name:   Rafter Forge Default Theme
 Theme URI:    https://rafterforge.com
 Description:  A GeneratePress child theme
 Author:       Krystal Acker
 Author URI:   https://rootsroostandrafter.com
 Template:     generatepress
 Version:      0.1
*/

/* =========================
   FONT STYLING
========================= */

@font-face {
    font-family: 'grand_holidaysans';
    src: url('/wp-content/uploads/fonts/grandholidaysans-webfont.woff2') format('woff2'),
         url('/wp-content/uploads/fonts/grandholidaysans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*Custom Font Rules*/
.rf-no-text-transform {
	text-transform: none;
}

.rf-merriweather-font {
	font-family: merriweather;
}

/* =========================
   GENERAL PAGE STYLING
========================= */


/* Hide titles on pages ONLY */
.page .entry-title {
	display: none;
}

/*Add spacing below content on blog page only*/
.blog .site-content {
	padding-bottom: 80px;
}