/**
 * Bourn Default Theme
 * Applied when no specific lender theme is detected
 * This file exists for consistency but uses default styles
 */

/* CSS Custom Properties - can be used for future customization */
:root {
  --theme-button-color: #1d18a9;
  --theme-button-background: #1d18a9;
  --theme-button-hover: #2d28b9;
}
