/*
Roboto, Roboto Mono and Material Icons fonts are made available by Google
(https://fonts.google.com/) under Apache License 2.0
(https://www.apache.org/licenses/LICENSE-2.0.html).
*/

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src:
    local(''),
    url('./fonts/roboto-v30-latin-300.woff2') format('woff2'),
    url('./fonts/roboto-v30-latin-300.woff') format('woff');
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src:
    local(''),
    url('./fonts/roboto-v30-latin-regular.woff2') format('woff2'),
    url('./fonts/roboto-v30-latin-regular.woff') format('woff');
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src:
    local(''),
    url('./fonts/roboto-v30-latin-500.woff2') format('woff2'),
    url('./fonts/roboto-v30-latin-500.woff') format('woff');
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src:
    local(''),
    url('./fonts/roboto-v30-latin-700.woff2') format('woff2'),
    url('./fonts/roboto-v30-latin-700.woff') format('woff');
}

/* roboto-mono-regular - latin */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  src:
    local(''),
    url('./fonts/roboto-mono-v22-latin-regular.woff2') format('woff2'),
    url('./fonts/roboto-mono-v22-latin-regular.woff') format('woff');
}

/* Material Icons */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:
    local('Material Icons'),
    local('MaterialIcons-Regular'),
    url('./fonts/MaterialIcons-Regular.woff2') format('woff2'),
    url('./fonts/MaterialIcons-Regular.woff') format('woff');
}
.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: inherit;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
