/*
 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
*/



/*Style Empty Archive Notice*/
.empty-archive-notice {
    text-align: center;
    padding: 40px 20px;
}

.empty-archive-notice h2 {
    font-size: 22pt;
    margin-bottom: 10px;
}

.empty-archive-notice p {
    font-family: "Merriweather", serif;
    font-size: 16px;
    line-height: 1.6;
}

