/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/roboto-latin-ext-italic.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/roboto-latin-italic.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/roboto-latin-ext-normal.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/roboto-latin-normal.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* One text family; existing size, weight, spacing and line-height remain intact.
 * Target text elements rather than all descendants to preserve icon fonts,
 * code blocks, decorative quotation marks and the WordPress admin toolbar. */
body {
  --els-font-family: 'Roboto', Arial, sans-serif;
  font-family: var(--els-font-family);
}

/* Keep the hero's "ffi" letters distinct at display sizes. */
body #page .els-home-hero__title {
  font-variant-ligatures: none;
}
body[class*="elementor-kit-"] {
  --e-global-typography-primary-font-family: 'Roboto';
  --e-global-typography-secondary-font-family: 'Roboto';
  --e-global-typography-text-font-family: 'Roboto';
  --e-global-typography-accent-font-family: 'Roboto';
}
body #page :is(h1, h2, h3, h4, h5, h6, p, a, li, label, input, select, textarea, button, blockquote, figcaption, table),
body #page .elementor-icon-list-text,
body #page .hfe-copyright-wrapper,
body .els-floating-social,
body .cmplz-cookiebanner,
body .cmplz-cookiebanner :is(button, a),
body .cmplz-manage-consent {
  font-family: var(--els-font-family) !important;
}
