@tailwind base;
@tailwind components;
@tailwind utilities;

/**
 * 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: #93add8;
  --ifm-color-primary-dark: #799eda;
  --ifm-color-primary-darker: #6a95dd;
  --ifm-color-primary-darkest: #3d6cb9;
  --ifm-color-primary-light: #9ab4dd;
  --ifm-color-primary-lighter: #a3bce4;
  --ifm-color-primary-lightest: #acc3e8;
  --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: #93add8;
  --ifm-color-primary-dark: #799eda;
  --ifm-color-primary-darker: #6a95dd;
  --ifm-color-primary-darkest: #3d6cb9;
  --ifm-color-primary-light: #9ab4dd;
  --ifm-color-primary-lighter: #a3bce4;
  --ifm-color-primary-lightest: #acc3e8;
  --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}
