/**
 * This file contains token based CSS definitions that can be used as filler for
 * components that are pulled in from the updated design system.
 *
 * Modules may have defined additional tokens by implementing
 * hook_improved_theme_settings_add().
 *
 * EXPERIMENTAL: The tokens in this file are experimental and subject to change
 * they should not be relied upon by third-party code.
 */
.react-scope {
  --color-primary: #1a2b4a;
}

.button-background-primary {
  background-color: #1a2b4a;
}

.button-text-primary {
  color: #e6e6e6;
}
