@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?rifruf');
  src:
    url('../fonts/icomoon.eot?rifruf#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?rifruf') format('truetype'),
    url('../fonts/icomoon.woff?rifruf') format('woff'),
    url('../fonts/icomoon.svg?rifruf#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: '\e905';
}
.icon-facebook:before {
  content: '\e900';
}
.icon-instagram:before {
  content: '\e901';
}
.icon-linkedin:before {
  content: '\e902';
}
.icon-play:before {
  content: '\e903';
}
.icon-youtube:before {
  content: '\e904';
}

@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Regular.eot');
  src:
    url('../fonts/DMSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DMSans-Regular.woff2') format('woff2'),
    url('../fonts/DMSans-Regular.woff') format('woff'),
    url('../fonts/DMSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('../fonts/BricolageGrotesque-ExtraBold.eot');
  src:
    url('../fonts/BricolageGrotesque-ExtraBold.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/BricolageGrotesque-ExtraBold.woff2') format('woff2'),
    url('../fonts/BricolageGrotesque-ExtraBold.woff') format('woff'),
    url('../fonts/BricolageGrotesque-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DMSans-Medium';
  src: url('../fonts/DMSans-Medium.eot');
  src:
    url('../fonts/DMSans-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DMSans-Medium.woff2') format('woff2'),
    url('../fonts/DMSans-Medium.woff') format('woff'),
    url('../fonts/DMSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
