@font-face {
  font-family: 'Museo Sans';
  src: url('museo-sans-300.woff2') format('woff2'),
       url('museo-sans-300.woff') format('woff'),
       url('museo-sans-300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Museo Sans';
  src: url('museo-sans-500.woff2') format('woff2'),
       url('museo-sans-500.woff') format('woff'),
       url('museo-sans-500.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Museo Sans';
  src: url('museo-sans-700.woff2') format('woff2'),
       url('museo-sans-700.woff') format('woff'),
       url('museo-sans-700.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

body,
body.elementor-default,
body.elementor-page,
.elementor *,
.elementor-widget-heading,
.elementor-widget-text-editor,
.elementor-widget-button {
  font-family: 'Museo Sans', sans-serif !important;
}

.elementor h1,
.elementor h2,
.elementor h3,
.elementor h4,
.elementor h5,
.elementor h6,
.elementor p,
.elementor span,
.elementor a {
  font-family: 'Museo Sans', sans-serif !important;
}