@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/vide/libs/material-icons/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(/vide/libs/material-icons/MaterialIcons-Regular.woff2) format('woff2'),
    url(/vide/libs/material-icons/MaterialIcons-Regular.woff) format('woff'),
    url(/vide/libs/material-icons/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* 

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/vide/assets/fonts/fa-brands-400.woff2') format("woff2"),
    url('/vide/assets/fonts/fa-brands-400.ttf') format("truetype")
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/vide/assets/fonts/fa-regular-400.woff2') format("woff2"),
    url('/vide/assets/fonts/fa-regular-400.ttf') format("truetype")
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/vide/assets/fonts/fa-solid-900.woff2') format("woff2")
    url('/vide/assets/fonts/fa-solid-900.ttf') format("truetype")
}

.fas {
  font-family: "Font Awesome 5 Free"
}

.fas {
  font-weight: 900
}

.fa-exclamation:before {
  content:"\f12a"
 }
 .fa-exclamation-circle:before {
  content:"\f06a"
 }
 .fa-exclamation-triangle:before {
  content:"\f071"
 }
 .fa-times:before {
  content:"\f00d"
 }

*/