/* Brand palette tie-in with the Flixir landing page */
:root {
  --md-primary-fg-color: #6366f1;
  --md-primary-fg-color--light: #818cf8;
  --md-primary-fg-color--dark: #4f46e5;
  --md-accent-fg-color: #6366f1;
}

[data-md-color-scheme="slate"] {
  --md-hue: 245;
}
