/* Need to check with designer */
/* Need to check with designer */
:host {
  font-family: var(--fw-font-family, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

/**
  @prop --fw-tab-panel-width: width of the tab container.
  @prop --fw-tab-panel-height: height of the tab container.
*/
:host {
  display: block;
  padding: 0;
  width: var(--fw-tab-panel-width, "inherit");
  height: var(--fw-tab-panel-height, "inherit");
}