/*
Theme Name:   TCC Child
Theme URI:    https://thecreativecafe.co.za
Description:  The Creative Cafe child theme for Hello Elementor. Consumes PulseBRAND tokens and holds every piece of site-specific CSS and PHP, so nothing is lost when Hello updates.
Author:       The Creative Cafe
Author URI:   https://thecreativecafe.co.za
Template:     hello-elementor
Version:      1.0.0
Text Domain:  tcc-child
*/

/* ---------------------------------------------------------------------------
   Site CSS goes below this line.

   Use the brand tokens, never a raw hex value. The tokens are printed as CSS
   custom properties in the head of every page and are refreshed from
   PulseBRAND, so a rebrand is a token change rather than a hunt through CSS.

       color: var(--tcc-color-primary);
       border-radius: var(--tcc-radius-md);

   --------------------------------------------------------------------------- */

body {
  font-family: var(--tcc-font-body);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--tcc-font-heading);
}
