/* stylelint-disable docusaurus/copyright-header */
/**
 * 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. */
:root {
  --ifm-color-primary: #3a86ff;
  --ifm-color-primary-dark: #1b73ff;
  --ifm-color-primary-darker: #0b69ff;
  --ifm-color-primary-darkest: #0055db;
  --ifm-color-primary-light: #5999ff;
  --ifm-color-primary-lighter: #69a3ff;
  --ifm-color-primary-lightest: #98c0ff;
}

.docusaurus-highlight-code-line {
  background-color: rgb(72, 77, 91);
  display: block;
  margin: 0 calc(-1 * var(--ifm-pre-padding));
  padding: 0 var(--ifm-pre-padding);
}
