@font-face {
  font-family: 'Inter';
  src: url('../fonts/custom/InterVariable.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/custom/InterVariable-Italic.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

body,
h1, h2, h3, h4, h5, h6,
p, a, li, span, div, button, input, textarea, select,
.sppb-addon-title,
.sppb-addon-content,
.sp-megamenu-parent > li > a,
.sp-page-title,
.entry-title {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif !important;
}