/*
====================================
 Theme Name:   OGAL Theme
 Theme URI:    https://ogalweb.com
 Description:  GeneratePress child theme for dao-weisheit.de
 Author:       Anna Keller
 Template:     generatepress
 Version:      0.2
====================================
*/

/* Font Family Utilities */
.ff-body {
    font-family: var(--gp-font--body);
}
.ff-heading {
    font-family: var(--gp-font--headings);
}
h1, h2, h3, h4, h5, h6,
[class^="fs-"] {
    font-family: var(--gp-font--headings);
}
.fs-p {
    font-family: var(--gp-font--body);
}
