/* Enable centered images in docs*/
.centered-logo {
    display: block;
    margin: 0 auto;
    text-align: center;
}

/* Enable custom fonts */
@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-display: swap;
}

:root {
  --md-text-font: "Roboto", "Segoe UI", Helvetica, Arial, sans-serif;
}
