/*
 * Color Seeds
 *
 * These base tokens seed the color palettes. For best results, use a midtone
 * color such as any of the 500-level colors from https://color.surf/
 *
 * Avoid using seed colors directly in stylesheets.
 */

:root {
  --sigvelo-color-primary-seed: #006d9f;
  --sigvelo-color-neutral-seed: #8b8c93;
  /* Success and danger stay desaturated: status color is an accent in an
     otherwise quiet app, not a highlight. */
  --sigvelo-color-success-seed: #5f9d64;
  --sigvelo-color-warning-seed: #e89a26;
  --sigvelo-color-danger-seed: #c75d5a;
}
