/**
 * Copyright © 2017-2025 Kankanal Technologies private limited
 *
 * All rights reserved.
 *
 * This file is part of the proprietary software of Kankanal Technologies private limited
 * Unauthorized copying, modification, distribution, or use of this file,
 * in whole or in part, is strictly prohibited.
 *
 * This source code contains confidential and trade-secret information.
 * Use of this code is governed by a commercial license agreement with
 * Kankanal Technologies private limited
 */
@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';
}
