:root {
  --font-family: 'Open Sans', sans-serif;

  --color-primary:  #1e3246;
  --color-secondary: #1e96be;
  --color-secondary-dark: #1e3246;
  --color-text: #303235;

  --background: #ffffff;
  --home-background: #ffffff;
  --header-background: #ffffff;

  --sidebar-background: #ffffff;
  --sidebar-text: #322d3c;
  --sidebar-text-active: #7d7887;

  --border: rgba(238,238,245,1);

  --background-search-highlight: var(--color-secondary-dark);
  --color-search-highlight: #ffffff;
  --search-input-background: var(--header-background);

  --code: rgba(238,238,245,1);

  --pagefind-ui-text: var(--color-text) !important;
  --pagefind-ui-font: var(--font-family) !important;
  --pagefind-ui-background: var(--background) !important;
  --pagefind-ui-border: var(--border) !important;
  --pagefind-ui-scale: .9 !important;
}
