/**
 * 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: #87245C;
  --ifm-color-primary-dark: #87245C;
  --ifm-color-primary-darker: #87245C;
  --ifm-color-primary-darkest: #87245C;
  --ifm-color-primary-light: #87245C;
  --ifm-color-primary-lighter: #87245C;
  --ifm-color-primary-lightest: #87245C;
  --ifm-code-font-size: 95%;
  --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
}

/* For readability concerns, you should choose a lighter palette in dark mode. */
[data-theme='dark'] {
  --ifm-color-primary: #87245C;
  --ifm-color-primary-dark: #87245C;
  --ifm-color-primary-darker: #87245C;
  --ifm-color-primary-darkest: #87245C;
  --ifm-color-primary-light: #87245C;
  --ifm-color-primary-lighter: #87245C;
  --ifm-color-primary-lightest: #87245C;
  --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}