/*
Subset google fonts via subset query
https://fonts.googleapis.com/css2?family=Urbanist:wght@100&text=Ofestin
 */
@font-face {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: normal;
  src: url('urbanist-thin.woff2') format('woff');
}

/*
https://fonts.googleapis.com/css2?family=Roboto:wght@400  => U+0000-00FF
*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  src: url('roboto-regular.woff2') format('woff');
}

/*
https://fonts.googleapis.com/css2?family=Roboto:wght@700  => U+0000-00FF
*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  src: url('roboto-bold.woff2') format('woff');
}

/*
https://github.com/google/material-design-icons/issues/1201#issuecomment-1709528808
https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:FILL@0..1
 */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  src: url('material-icons.woff2') format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}
