/* Put custom CSS here */

/* Example: change the web UI background color */
/* In this example, setting the background color to white in light mode and black in dark mode */
/* Add other --mat-* variables as needed */
/* 
html {
  --mat-sys-surface: light-dark(white, black);
  --mat-sys-background: var(--mat-sys-surface);
}
*/

@font-face {
  font-family: "Maple Mono";
  src: url("https://auth.autumn.rs/MapleMono[wght].woff2") format("woff2-variations");
  font-style: normal;
}

@font-face {
  font-family: "Maple Mono";
  src: url("https://auth.autumn.rs/MapleMono-Italic[wght].woff2") format("woff2-variations");
  font-style: italic;
}
