/* Provided by Sphinx's 'basic' theme, and included in the final set of assets */
@import "../basic.css";

/* Import the fonts */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/* Apply the font styles to the body */
body {
  font-family: "DM Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

kbd,
samp,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", sans-serif !important;
  font-optical-sizing: auto;
}

.bd-sidebar-primary {
  height: 100vh;
}
