/**
 * Elementor CSS Variables Mapping
 */
/* Global Colors */
/* Global Font Styles */
/**
 * Color Schemes
 */
/**
 * Theme Use Typography fallback
 */
.h1 {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
}

.h2 {
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}

.li-widgets--default-nav .children {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  gap: 10px 0;
}
.li-widgets--default-nav .children > li > a {
  color: var(--e-global-color-text);
  padding: 5px 20px 5px 0;
  line-height: 1.2;
  font-size: 20px;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: 300;
}
.li-widgets--default-nav .children > li:hover > a, .li-widgets--default-nav .children > li.active > a {
  color: var(--foreground-color);
}
