/*
Theme Name: KE Hello Elementor Child
Template: hello-elementor
Version: 1.0
Description: Child theme for Hello Elementor with Kiwanis branding.
*/

/* ------------------------------------
   Font Definitions (keep your @font-face here if needed)
------------------------------------ */

/* Example: Adobe Garamond Pro, Avenir Next LT Pro, Knockout HTF */
/* (Assuming your fonts folder structure is correct, include your @font-face here) */

/* ------------------------------------
   Global Typography Basics (font-family + line-height only)
------------------------------------ */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Knockout HTF67 FullBantamwt', 'Knockout HTF69 FullLiteweight', 'Avenir Next LT Pro', sans-serif;
  line-height: 1.2;
  /* NO font-size or color here */
}

p {
  font-family: 'Avenir Next LT Pro', Arial, sans-serif;
  line-height: 1.6;
  /* NO font-size or color here */
}

/* ------------------------------------
   Links (colors with Kiwanis branding)
------------------------------------ */
a {
  color: #FDBB30; /* Kiwanis Gold */
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
