/* STRUCTR uses Poppins site-wide (loaded via Google Fonts in functions.php). */

/* STRUCTR CSS Variables */
:root {
    --structr-chestnut: #904028;
    --structr-tigers-eye: #AD712A;
    --structr-feldgrau: #4A5A54;
    --structr-jet: #212121;
    --structr-khaki: #B6A690;
    --structr-isabelline: #F3F0EB;
}

h1, h2, h3, h4, h5, h6 {
    /* Brand headings use Poppins 700 bold. */
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
