/* Generated from QA portal stylesheet. */
@font-face {
  font-display: swap;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/fira-sans-regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500 600;
  src: url("./fonts/fira-sans-medium.ttf") format("truetype");
}

:root,
[data-md-color-scheme="businesspad"] {
  --md-primary-fg-color: #343a7e;
  --md-primary-fg-color--light: #5d6198;
  --md-primary-fg-color--dark: #050819;
  --md-accent-fg-color: #ff5722;
  --md-typeset-a-color: #343a7e;
  --bp-primary: #343a7e;
  --bp-primary-dark: #050819;
  --bp-primary-soft: #e7e7f0;
  --bp-secondary: #ff5722;
  --bp-secondary-hover: #e64612;
  --bp-secondary-soft: #ffebe4;
  --bp-cyan: #00ccff;
  --bp-aqua: #99ffff;
  --bp-magic: #5661f6;
  --bp-magic-soft: #ebf2ff;
  --bp-text: #050819;
  --bp-muted: #66676c;
  --bp-disabled: #cccccc;
  --bp-common-white: #ffffff;
  --bp-gray-800: #424242;
  --bp-gray-600: #85868a;
  --bp-gray-300: #d9dadf;
  --bp-page: #f5f5f5;
  --bp-paper: #ffffff;
  --bp-border: #d9dadf;
  --bp-border-soft: #ececf1;
  --bp-success: #599c16;
  --bp-success-text: #3f7410;
  --bp-success-soft: #edf7ed;
  --bp-error: #f32a16;
  --bp-error-text: #a91e10;
  --bp-error-soft: #ffd4d8;
  --bp-warning: #b36f00;
  --bp-warning-text: #7b4d00;
  --bp-warning-soft: #fff2d2;
  --bp-info: #0b79d0;
  --bp-info-soft: #e0edff;
  --bp-cyan-text: #007a99;
  --bp-shadow-1: 0 2px 8px rgb(5 8 25 / 7%);
  --bp-shadow-2: 0 8px 24px rgb(52 58 126 / 10%);
  --bp-shadow-popover: 6px 6px 20px rgb(85 87 92 / 18%);
  --bp-header-shadow: 0 2px 10px rgb(5 8 25 / 8%);
  --bp-button-shadow: 0 6px 16px rgb(52 58 126 / 18%);
  --bp-focus-ring: rgb(52 58 126 / 12%);
  --bp-radius: 0.5rem;
  --bp-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  --bp-header-height: 3.75rem;
  --bp-sidebar-width: 16.25rem;
  --bp-navigation: #343a7e;
  --bp-navigation-deep: #292f70;
  --bp-navigation-text: #ffffff;
  --bp-navigation-muted: rgb(255 255 255 / 82%);
  --bp-navigation-hover: rgb(255 255 255 / 8%);
  --bp-navigation-selected: transparent;
  --bp-navigation-scrollbar: rgb(255 255 255 / 35%);
  --bp-search: #ffffff;
  --bp-search-placeholder: #9697a0;
  --bp-control-border: #d9dadf;
  --bp-table-head: #eff0f6;
  --bp-row-hover: #fafafe;
  --bp-neutral-soft: #eeeeef;
  --bp-neutral-text: #5f6067;
  --bp-code: #20223a;
  --bp-code-text: #f8f8ff;
  --bp-on-primary: #ffffff;
  --bp-primary-hover: #292f70;
  --md-default-bg-color: var(--bp-page);
  --md-default-fg-color: var(--bp-text);
  --md-default-fg-color--light: var(--bp-muted);
  --md-default-fg-color--lighter: var(--bp-disabled);
  color-scheme: light;
}

html[data-bp-theme="dark"],
html[data-bp-theme="dark"] body[data-md-color-scheme="businesspad"] {
  --md-primary-fg-color: #98a0ef;
  --md-primary-fg-color--light: #9397ca;
  --md-primary-fg-color--dark: #9397ca;
  --md-accent-fg-color: #fa6e42;
  --md-typeset-a-color: #98a0ef;
  --bp-primary: #98a0ef;
  --bp-primary-dark: #9397ca;
  --bp-primary-soft: #1e1f3a;
  --bp-secondary: #fa6e42;
  --bp-secondary-hover: #f4987a;
  --bp-secondary-soft: #2e1810;
  --bp-magic: #98a0ef;
  --bp-magic-soft: #1e1f3a;
  --bp-text: #eeeff6;
  --bp-muted: #9495a7;
  --bp-disabled: #595a68;
  --bp-common-white: #e8eaf6;
  --bp-gray-800: #aeafb6;
  --bp-gray-600: #85868a;
  --bp-gray-300: #6e6f77;
  --bp-page: #191a1e;
  --bp-paper: #232329;
  --bp-border: #6e6f77;
  --bp-border-soft: #404048;
  --bp-success-soft: #1a2e10;
  --bp-success-text: #bcd7a2;
  --bp-error-soft: #3a1717;
  --bp-error-text: #ff8a80;
  --bp-warning-soft: #332b12;
  --bp-warning-text: #fde592;
  --bp-info-soft: #0e2030;
  --bp-cyan-text: #60b5f8;
  --bp-shadow-1: 0 2px 8px rgb(0 0 0 / 28%);
  --bp-shadow-2: 0 8px 24px rgb(0 0 0 / 32%);
  --bp-shadow-popover: 6px 6px 20px rgb(0 0 0 / 40%);
  --bp-header-shadow: 0 2px 10px rgb(0 0 0 / 32%);
  --bp-button-shadow: 0 6px 16px rgb(0 0 0 / 36%);
  --bp-focus-ring: rgb(152 160 239 / 24%);
  --bp-navigation: #232329;
  --bp-navigation-deep: #191a1e;
  --bp-navigation-text: #eeeff6;
  --bp-navigation-muted: #9495a7;
  --bp-navigation-hover: rgb(152 160 239 / 12%);
  --bp-navigation-selected: rgb(123 130 196 / 20%);
  --bp-navigation-scrollbar: #595a68;
  --bp-search: #232329;
  --bp-search-placeholder: #85868a;
  --bp-control-border: #85868a;
  --bp-table-head: #2a2a35;
  --bp-row-hover: rgb(152 160 239 / 12%);
  --bp-neutral-soft: #404048;
  --bp-neutral-text: #aeb0bd;
  --bp-code: #101116;
  --bp-code-text: #eeeff6;
  --bp-on-primary: #191a1e;
  --bp-primary-hover: #b1b7f5;
  --md-default-bg-color: var(--bp-page);
  --md-default-fg-color: var(--bp-text);
  --md-default-fg-color--light: var(--bp-muted);
  --md-default-fg-color--lighter: var(--bp-disabled);
  color-scheme: dark;
}
