/* THIS IS A PLACEHOLDER FILE
   place a css file at $static_dir/static/custom.css
   to apply custom styles to your frontend
*/
@font-face {
  font-family: "BAU";
  src: url("/static/font/BAU.otf") format("otf");
  font-style: normal;
}


/* Absolute global override */
html,
body,
#app,
*,
*::before,
*::after {
  font-family: "BAU", monospace !important;
}
