@font-face {
  font-family: '2.0';
  src: url('/images/2023/05/Futura-extracted-2.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Apply the '2.0' (Futura Bold) font to all titles/headings */
html, body {
  /* ensure font is loaded for page */
}

h1, h2, h3, h4, h5, h6,
.elementor-heading-title,
.elementor-widget-heading .elementor-heading-title,
.widget-title,
.uael-grid-caption-text,
.uael-infobox-title,
.site-title,
.entry-title,
.uael-grid-img-caption .uael-grid-caption-text,
.uael-infobox .uael-infobox-title {
  font-family: '2.0', Sans-serif !important;
}

/* Image sizing & spacing for the centered page image used on FAQ / Clients pages */
.elementor-element-a98de49 .elementor-widget-container {
  text-align: center;
  margin-top: 20px; /* small gap above the image to match other pages */
}
.elementor-element-a98de49 .elementor-widget-container img {
  max-width: 209px;
  height: auto;
  display: inline-block;
}
