/*
  You can add custom CSS rules or import files here.

  for fonts: https://forum.radzen.com/t/how-to-change-app-font-family/5931/6
*/
@import '../fonts/franklin-gothic-demi-cond.ttf';

/* Import the Radzen CSS files */
@import './styles-generated.css';

:root {
 
  --font-family-sans-serif: "franklin-gothic-demi-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

}

body {
  font-family: "franklin-gothic-demi-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* 
.rz-sidebar {
  width: 125px;
} */
