/* 
    Created on : 17/02/2019, 10:13:49 PM
    Author     : Fernando Garcia - fgarcia@novasys.com.mx
*/
@font-face {
    font-family: "Roboto";
    src: local(Roboto Thin), url("/naaman/font/roboto/Roboto-Thin.eot");
    src: url("/naaman/font/roboto/Roboto-Thin.eot?#iefix") 
        format("embedded-opentype"), url("/naaman/font/roboto/Roboto-Thin.woff2") 
        format("woff2"), url("/naaman/font/roboto/Roboto-Thin.woff") 
        format("woff"), url("/naaman/font/roboto/Roboto-Thin.ttf") 
        format("truetype");
    font-weight: 200; }

@font-face {
    font-family: "Roboto";
    src: local(Roboto Light), url("/naaman/font/roboto/Roboto-Light.eot");
    src: url("/naaman/font/roboto/Roboto-Light.eot?#iefix") 
        format("embedded-opentype"), url("/naaman/font/roboto/Roboto-Light.woff2") 
        format("woff2"), url("/naaman/font/roboto/Roboto-Light.woff") 
        format("woff"), url("/naaman/font/roboto/Roboto-Light.ttf") format("truetype");
    font-weight: 300; }

@font-face {
    font-family: "Roboto";
    src: local(Roboto Regular), url("/naaman/font/roboto/Roboto-Regular.eot");
    src: url("/naaman/font/roboto/Roboto-Regular.eot?#iefix") 
        format("embedded-opentype"), url("/naaman/font/roboto/Roboto-Regular.woff2") 
        format("woff2"), url("/naaman/font/roboto/Roboto-Regular.woff") 
        format("woff"), url("/naaman/font/roboto/Roboto-Regular.ttf") 
        format("truetype");
    font-weight: 400; }

@font-face {
    font-family: "Roboto";
    src: url("/naaman/font/roboto/Roboto-Medium.eot");
    src: url("/naaman/font/roboto/Roboto-Medium.eot?#iefix") 
        format("embedded-opentype"), url("/naaman/font/roboto/Roboto-Medium.woff2") 
        format("woff2"), url("/naaman/font/roboto/Roboto-Medium.woff") 
        format("woff"), url("/naaman/font/roboto/Roboto-Medium.ttf") format("truetype");
    font-weight: 500; }

@font-face {
    font-family: "Roboto";
    src: url("/naaman/font/roboto/Roboto-Bold.eot");
    src: url("/naaman/font/roboto/Roboto-Bold.eot?#iefix")
        format("embedded-opentype"), url("/naaman/font/roboto/Roboto-Bold.woff2") 
        format("woff2"), url("/naaman/font/roboto/Roboto-Bold.woff") 
        format("woff"), url("/naaman/font/roboto/Roboto-Bold.ttf") 
        format("truetype");
    font-weight: 700; }

@font-face {
    font-family: "Candara";
    src: local(Candara Regular), url("/naaman/font/candara/Candara.ttf");
    font-weight: 400; }

@font-face {
    font-family: "Candara";
    src: url("/naaman/font/candara/Candarab.ttf");
    font-weight: 700; }

@font-face {
    font-family: "Bookos";
    src: url("/naaman/font/bookos/BOOKOS.TTF");
    font-weight: 700; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Symbols Rounded'),
    local('MaterialSymbolsRounded'),
    url(/naaman/font/MaterialSymbolsRounded.woff2) format('woff2'),
    url(/naaman/font/MaterialSymbolsRounded.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;
  font-variation-settings:
  'FILL' 1;

  /* 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';
}