/* ##################################### */
/* Font-Family */
/* ##################################### */

:root {
  --font-family: 'robotoregular', Arial, sans-serif;
}

.p-widget,
.js-plotly-plot .plotly,
.js-plotly-plot .plotly div,
.js-plotly-plot .plotly text,
.js-plotly-plot .plotly text {
  font-family: inherit !important;
}

.p-component,
.p-component-overlay {
  font-family: inherit !important;
}
