/* Kiwanis Global Typography and Colors */

/* Base body text */
body {
  font-family: 'Avenir Next LT Pro', Arial, sans-serif;
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
  background-color: #ffffff;
}

/* Headings H1-H6 */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Knockout HTF67 FullBantamwt', 'Knockout HTF69 FullLiteweight', 'Avenir Next LT Pro', sans-serif;
  color: #002F6C; /* Kiwanis Blue */
  margin-top: 0;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Serif text - blockquotes, cites, quotes */
.serif-text,
blockquote,
cite,
q {
  font-family: 'Adobe Garamond Pro', Garamond, serif;
  font-style: normal;
  color: #555555;
  font-size: 1.1em;
  font-style: italic;
  margin-left: 1.5em;
  border-left: 3px solid #FDBB30; /* Kiwanis Gold highlight */
  padding-left: 1em;
}

/* Links */
a {
  color: #FDBB30; /* Kiwanis Gold */
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
  color: #cc9a00;
}

/* Navigation menus */
.main-navigation,
.elementor-nav-menu,
.elementor-nav-menu a {
  font-family: 'Avenir Next LT Pro', Arial, sans-serif;
  font-weight: 600;
  color: #002F6C; /* Kiwanis Blue */
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.elementor-nav-menu a:hover,
.main-navigation a:hover {
  color: #FDBB30; /* Kiwanis Gold */
}

/* Buttons */
button,
input[type="button"],
input[type="submit"],
.elementor-button {
  font-family: 'Avenir Next LT Pro', Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
}

/* Footer text */
.site-footer,
.elementor-footer {
  font-family: 'Avenir Next LT Pro', Arial, sans-serif;
  color: #666666;
  font-size: 14px;
}

/* Elementor widgets should inherit fonts by default */
.elementor *,
.elementor-widget-container * {
  font-family: inherit;
}
