/*
Theme Name: GP Blueprint Theme
Theme URI: https://www.dynam-it.be/
Description: Een op maat gemaakt child theme gebaseerd op GeneratePress, ontwikkeld door dynam-IT.
Author: dynam-IT
Author URI: https://www.dynam-it.be/
Template: generatepress
Version: 1.0.0
Text Domain: generatepress-blueprint-theme
Tags: generatepress, child theme, dynam-it, minimal, wordpress

License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* =========================
   TYPOGRAPHY
========================= */

/* Font Family Utilities */
/*.ff-body {
    font-family: var(--gp-font--body);
}

.ff-heading {
    font-family: var(--gp-font--headings);
}*/

/* Heading and utility class font assignment */
/*h1, h2, h3, h4, h5, h6,
[class^="fs-"] {
    font-family: var(--gp-font--headings);
}

.fs-p {
    font-family: var(--gp-font--body);
}*/