/**
 * Risk Lens Review — Basic Theme
 * Default theme for Free tier
 * Clean, neutral, professional
 */

/* Basic theme uses the base CSS variables as-is */
/* This file exists for consistency with the theme system */

:root {
  /* Basic theme - slightly muted accent */
  --color-accent: #06b6d4;
  --color-accent-hover: #22d3ee;
  --color-accent-muted: rgba(6, 182, 212, 0.15);
}

/* Theme-specific overrides would go here */
/* Basic theme has no overrides - uses defaults */
