svelte:body is a solid approach for this specific problem — making --landing-* available to portaled dialogs without touching every overlay.
Portaled content is still a descendant of <body>, so if the vars live on body, dialogs/sheets inherit them automatically:
<svelte:body style={themeStyle(theme)} />