/*
  Your use of the content in the files referenced here is subject to the terms of the license at http://aka.ms/fabric-assets-license
*/
:export {
  defaultFontColor: #605e5c;
  defaultFontFamily: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
  defaultFontSize: 14px;
  lineColor: #f3f2f1;
  titleColor: #605e5c;
  titleFont: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
  titleFontSize: 14px;
  legendColor: #a19f9d;
  legendFont: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
  legendFontSize: 12px;
  tooltipFontSize: 12px;
  tooltipFont: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
  tooltipBodyColor: #ffffff;
  tooltipTitleFont: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
  tooltipTitleColor: #ffffff;
  tooltipTitleFontSize: 12px;
  tooltipFooterColor: #ffffff;
  tooltipFooterFont: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
  tooltipFooterFontSize: 12px;
  tooltipBackgroundColor: #323130;
  tooltipBorderColor: #323130;
  scaleFontColor: #605e5c;
  scaleFont: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
  scaleFontSize: 12px;
}

.chartComponent.themed {
  background-color: "[theme: bodyBackground, default: #ffffff]";
}

.accessibleTable {
  position: "absolute";
  left: -10000;
  top: "auto";
  width: 1;
  height: 1;
  overflow: "hidden";
  display: none;
}