/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/roboto-v29-latin-300.eot');
  src: local(''),
       url('../fonts/roboto-v29-latin-300.eot?#iefix') format('embedded-opentype'),
       url('../fonts/roboto-v29-latin-300.woff2') format('woff2'),
       url('../fonts/roboto-v29-latin-300.woff') format('woff'),
       url('../fonts/roboto-v29-latin-300.ttf') format('truetype'),
       url('../fonts/roboto-v29-latin-300.svg#Roboto') format('svg');
}
/* roboto-400 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/roboto-v29-latin-regular.eot');
  src: local(''),
       url('../fonts/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/roboto-v29-latin-regular.woff2') format('woff2'),
       url('../fonts/roboto-v29-latin-regular.woff') format('woff'),
       url('../fonts/roboto-v29-latin-regular.ttf') format('truetype'),
       url('../fonts/roboto-v29-latin-regular.svg#Roboto') format('svg');
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/roboto-v29-latin-500.eot');
  src: local(''),
       url('../fonts/roboto-v29-latin-500.eot?#iefix') format('embedded-opentype'),
       url('../fonts/roboto-v29-latin-500.woff2') format('woff2'),
       url('../fonts/roboto-v29-latin-500.woff') format('woff'),
       url('../fonts/roboto-v29-latin-500.ttf') format('truetype'),
       url('../fonts/roboto-v29-latin-500.svg#Roboto') format('svg');
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/roboto-v29-latin-700.eot');
  src: local(''),
       url('../fonts/roboto-v29-latin-700.eot?#iefix') format('embedded-opentype'),
       url('../fonts/roboto-v29-latin-700.woff2') format('woff2'),
       url('../fonts/roboto-v29-latin-700.woff') format('woff'),
       url('../fonts/roboto-v29-latin-700.ttf') format('truetype'),
       url('../fonts/roboto-v29-latin-700.svg#Roboto') format('svg');
}
/* material icons */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/MaterialIcons-Regular.eot');
  src: local(''),
       url('../fonts/MaterialIcons-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/MaterialIcons-Regular.woff2') format('woff2'),
       url('../fonts/MaterialIcons-Regular.woff') format('woff'),
       url('../fonts/MaterialIcons-Regular.ttf') format('truetype'),
       url('../fonts/MaterialIcons-Regular.svg#MaterialIcons') format('svg');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  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';
  -webkit-font-feature-settings: 'liga';
}

/* material icons outlined */
@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/MaterialIcons-Outlined.eot');
  src: local(''),
       url('../fonts/MaterialIcons-Outlined.eot?#iefix') format('embedded-opentype'),
       url('../fonts/MaterialIcons-Outlined.woff2') format('woff2'),
       url('../fonts/MaterialIcons-Outlined.woff') format('woff'),
       url('../fonts/MaterialIcons-Outlined.ttf') format('truetype'),
       url('../fonts/MaterialIcons-Outlined.svg#MaterialIconsOutlined') format('svg');
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  overflow-wrap: normal;
  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';
  -webkit-font-feature-settings: 'liga';
}