@font-face {
  font-family: "Century Gothic LMADV";
  src: url("../fonts/GOTHIC.TTF") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Century Gothic LMADV";
  src: url("../fonts/GOTHICI.TTF") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Century Gothic LMADV";
  src: url("../fonts/GOTHICB.TTF") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Century Gothic LMADV";
  src: url("../fonts/GOTHICBI.TTF") format("truetype");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}

:root {
  --lmadv-font-family: "Century Gothic LMADV", "Century Gothic", AppleGothic, Arial, sans-serif;
  --e-global-typography-primary-font-family: "Century Gothic LMADV";
  --e-global-typography-secondary-font-family: "Century Gothic LMADV";
  --e-global-typography-text-font-family: "Century Gothic LMADV";
  --e-global-typography-accent-font-family: "Century Gothic LMADV";
}

html body,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body a,
body li,
body button,
body input,
body select,
body textarea,
body label,
body legend,
body blockquote,
body cite,
body figcaption,
body th,
body td,
body summary,
body time,
body address,
body small,
body strong,
body em,
body .elementor-heading-title,
body .elementor-widget-text-editor,
body .elementor-button,
body .elementor-button-text,
body .elementor-nav-menu,
body .elementor-nav-menu a,
body .elementor-icon-list-text,
body .elementor-counter-number-wrapper,
body .elementor-counter-title,
body .wpr-grid-filters,
body .wpr-grid-item-title,
body .wpr-grid-item-category,
body .wpr-grid-item-author,
body .wpr-grid-item-date,
body .wpr-grid-item-excerpt,
body .wpr-grid-item-read-more,
body .jkit-post-title,
body .jkit-post-meta,
body .jkit-accordion-title,
body .jkit-accordion-content,
body .rank-math-question,
body .rank-math-answer {
  font-family: var(--lmadv-font-family) !important;
}

