/*
 Theme Name: Gold Coast Fence Repairs Child
 Theme URI: https://gc-fence-repairs.nextlevelcreative.dev
 Description: Child theme for Gold Coast Fence Repairs based on Hello Elementor
 Author: Next Level Creative
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: gc-fence-repairs-child
*/

:root {
  --gc-navy: #1E3A5F;
  --gc-amber: #E8960C;
  --gc-white: #FFFFFF;
  --gc-light-grey: #F4F5F7;
  --gc-charcoal: #2C3E50;
  --gc-font-heading: 'Montserrat', sans-serif;
  --gc-font-body: 'Open Sans', sans-serif;
}

body {
  font-family: var(--gc-font-body);
  color: var(--gc-charcoal);
}

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