/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

:root {
  --pointer-platform: #90caf9;
  --pointer-platform-dark: #64b5f6;
  --pointer-platform-tint: rgba(144, 202, 249, 0.15);
  --pointer-user: #ce93d8;
  --pointer-user-dark: #ba68c8;
  --pointer-user-tint: rgba(206, 147, 216, 0.15);
  --pointer-list: #a5d6a7;
  --pointer-list-dark: #81c784;
  --pointer-list-tint: rgba(165, 214, 167, 0.15);
  --pointer-node: #ffcc80;
  --pointer-node-dark: #ffb74d;
  --pointer-node-tint: rgba(255, 204, 128, 0.15);
  --pointer-tag: #ef9a9a;
  --pointer-tag-dark: #e57373;
  --pointer-tag-tint: rgba(239, 154, 154, 0.15);
}
