/**
 * Any CSS included here will be global. The classic template
 * bundles Infima by default. Infima is a CSS framework designed to
 * work well for content-centric websites.
 */

/**
 * You can override the default Infima variables here.
 * Note: this is not a complete list of --ifm- variables.
 */
 :root {
  --ifm-color-secondary: #18d2e4;
  --ifm-color-secondary-dark: #16bdcd;
  --ifm-color-secondary-darker: #14b3c2;
  --ifm-color-secondary-darkest: #1193a0;
  --ifm-color-secondary-light: #2cd8e9;
  --ifm-color-secondary-lighter: #38daea;
  --ifm-color-secondary-lightest: #5ae1ee;

  --ifm-color-primary: #f07733;
  --ifm-color-primary-dark: #ee6518;
  --ifm-color-primary-darker: #e65e11;
  --ifm-color-primary-darkest: #be4d0e;
  --ifm-color-primary-light: #f2894e;
  --ifm-color-primary-lighter: #f3925c;
  --ifm-color-primary-lightest: #f6ad84;

  --ifm-background-surface-color-dark: #23273B;

  --ifm-code-font-size: 95%;
}
.docusaurus-highlight-code-line {
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 calc(-1 * var(--ifm-pre-padding));
  padding: 0 var(--ifm-pre-padding);
}

html[data-theme='dark'] {
  --ifm-background-color: #23273B;

  --ifm-heading-color: #FFFFFF;
  --ifm-hero-text-color: #FFFFFF;

  --ifm-color-success-dark: rgb(64, 168, 151);
  --ifm-color-success-contrast-background: rgb(53, 81, 76);
}

html[data-theme='light'] {
  color: #23273B;

  --ifm-heading-color: #23273B;
  --ifm-hero-text-color: #23273B;
}

html[data-theme='dark'] .docusaurus-highlight-code-line {
  background-color: #23273B;
}

.chakra-button {
  border: none;
}

.chakra-text {
  margin: 0;
}