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