@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  src:
    url("https://appassets.androidplatform.net/assets/fonts/MaterialSymbolsOutlined.woff2")
      format("woff2"),
    url("/fonts/MaterialSymbolsOutlined.woff2") format("woff2");
}

@font-face {
  font-family: "Material Symbols Filled";
  font-style: normal;
  font-weight: 400;
  src:
    url("https://appassets.androidplatform.net/assets/fonts/MaterialSymbolsFilled.woff2")
      format("woff2"),
    url("/fonts/MaterialSymbolsFilled.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-weight: 100 900;
  font-style: normal;
  src:
    url("https://appassets.androidplatform.net/assets/fonts/Roboto.ttf")
      format("truetype"),
    url("/fonts/Roboto.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-weight: 100 900;
  font-style: italic;
  src:
    url("https://appassets.androidplatform.net/assets/fonts/RobotoItalic.ttf")
      format("truetype"),
    url("/fonts/RobotoItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Mono";
  font-weight: 100 900;
  font-style: normal;
  src:
    url("https://appassets.androidplatform.net/assets/fonts/RobotoMono.ttf")
      format("truetype"),
    url("/fonts/RobotoMono.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Mono";
  font-weight: 100 900;
  font-style: italic;
  src:
    url("https://appassets.androidplatform.net/assets/fonts/RobotoMonoItalic.ttf")
      format("truetype"),
    url("/fonts/RobotoMonoItalic.ttf") format("truetype");
}
