/* CUSTOM FONTS */
@font-face {
    font-family: 'Zag-Regular';
    font-style: normal;
    src: local('Zag-Regular'), url("../fonts/Zag-Regular.woff2") format('woff2');
}
@font-face {
    font-family: 'Zag-Bold';
    font-style: normal;
    src: local('Zag-Bold'), url("../fonts/Zag-Bold.woff2") format('woff2');
}
body {
    background-color: #d7ead3;
}

/* 
.site-wrapper {
    margin: 0 !important;
    padding: 0 !important;
}
*/
.gh-head {
    /* padding: 35px;*/
    background-color: transparent;
}
.page-head-title,
.post-content-title {
	font-family: Zag-Bold !important;
}
.post-card-title {
	font-family: Zag-Regular !important;
    font-size: 41px;
}

/* 
footer {
    bottom: 0;
    position: absolute;
    width: 100%;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
*/
.gh-foot a {
	color: #000000;
}
.gh-foot a:hover {
	color: #333333;
}

