/* FallBack from Google */
/* @import 'https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined'; */

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  src: url('/fonts/materialSymbols/MaterialSymbolsOutlined.woff2') format('woff2'),
  url('/fonts/materialSymbols/MaterialSymbolsOutlined.ttf') format('truetype');
  font-display: block;
}

.material-symbols-outlined,
span.icon {
  user-select: none;
  font-family: 'Material Symbols Outlined';
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  display: inline-block;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  white-space: nowrap;
  letter-spacing: normal;
  text-transform: none;
  word-wrap: normal;
  overflow: hidden;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;

  &.fill {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  }

  &.x16 {
    font-size: 16px;
    font-weight: 300;
    min-width: 16px;
    max-width: 16px;
    min-height: 16px;
    max-height: 16px;
  }

  &.x20 {
    font-size: 20px;
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
  }

  &.x24 {
    font-size: 24px;
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
  }

  &.x36 {
    font-size: 36px;
    min-width: 36px;
    max-width: 36px;
    min-height: 36px;
    max-height: 36px;
  }

  &.x48 {
    font-size: 48px;
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
  }
}

@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto/Roboto-MediumItalic.eot');
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
  url('/fonts/Roboto/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'),
  url('/fonts/Roboto/Roboto-MediumItalic.woff') format('woff'),
  url('/fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto/Roboto-Italic.eot');
  src: local('Roboto Italic'), local('Roboto-Italic'),
  url('/fonts/Roboto/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
  url('/fonts/Roboto/Roboto-Italic.woff') format('woff'),
  url('/fonts/Roboto/Roboto-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto/Roboto-Bold.eot');
  src: local('Roboto Bold'), local('Roboto-Bold'),
  url('/fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
  url('/fonts/Roboto/Roboto-Bold.woff') format('woff'),
  url('/fonts/Roboto/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto/Roboto-Regular.eot');
  src: local('Roboto'), local('Roboto-Regular'),
  url('/fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
  url('/fonts/Roboto/Roboto-Regular.woff') format('woff'),
  url('/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto/Roboto-Medium.eot');
  src: local('Roboto Medium'), local('Roboto-Medium'),
  url('/fonts/Roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
  url('/fonts/Roboto/Roboto-Medium.woff') format('woff'),
  url('/fonts/Roboto/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto/Roboto-BoldItalic.eot');
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
  url('/fonts/Roboto/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),
  url('/fonts/Roboto/Roboto-BoldItalic.woff') format('woff'),
  url('/fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
