@font-face {
  font-family: 'Fortius-Icons';
  src:
    url('fonts/Fortius-Icons.ttf?vw3w4k') format('truetype'),
    url('fonts/Fortius-Icons.woff?vw3w4k') format('woff'),
    url('fonts/Fortius-Icons.svg?vw3w4k#Fortius-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="md-icon-"], [class*=" md-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Fortius-Icons' !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;
}

.md-icon-Twitter-x:before {
  content: "\e904";
  color: #535353;
}
.md-icon-Facebook:before {
  content: "\e901";
  color: #535353;
}
.md-icon-envelope:before {
  content: "\e900";
}
.md-icon-arrow-right:before {
  content: "\e907";
}
.md-icon-arrow-left:before {
  content: "\e908";
}
.md-icon-circle-check:before {
  content: "\e909";
}
.md-icon-circle-minus:before {
  content: "\e90a";
}
.md-icon-circle-plus:before {
  content: "\e90b";
}
.md-icon-angle-down:before {
  content: "\e90c";
}
.md-icon-phone:before {
  content: "\e90d";
}
.md-icon-LinkedIn:before {
  content: "\e902";
  color: #535353;
}
.md-icon-Instagram:before {
  content: "\e903";
  color: #535353;
}
