/**
 * Copyright © 2024 Mative SRL
 *
 * All rights reserved.
 *
 * This software and its documentation
 * they are protected by copyright and distributed under license.
 *
 * Copying, distributing or modifying this software is prohibited
 * without the express written consent of Mative SRL.
 *
 * For further details on the licensing terms,
 * see the End User License Agreement (EULA) or
 * the Terms of Service (ToS) provided with this software.
 */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(MaterialIcons-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Material Icons Round';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons Round'),
  local('MaterialIconsRound-Regular'),
  url(MaterialIconsRound-Regular.otf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
}

.material-icons-round {
  font-family: 'Material Icons Round';
}

.material-icons, .material-icons-round {
  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';
}
