/* Tenant-specific styles for Blue tenant */

/* Override CSS variables for tenant branding */
:root {
  --color-primary: #0066cc;
  --color-primary-text: #fff;
  --color-secondary: #e6f2ff;
  --color-secondary-text: #0066cc;
}

/* Custom block overrides for this tenant */
.block-hero {
  /* Add tenant-specific hero styling */
}

.block-cta {
  /* Add tenant-specific CTA styling */
}
