photobooth funktionen im event admin verlinkt, gäste pwa zeigt photobooth nur noch an, wenn diese aktiviert ist. kontaktformular optimiert. teilen-link mit iMessage und whatsapp erweitert.

This commit is contained in:
Codex Agent
2025-11-23 22:22:06 +01:00
parent 3d9eaa1194
commit df414a31cd
32 changed files with 809 additions and 280 deletions

View File

@@ -115,7 +115,9 @@
--guest-primary: #f43f5e;
--guest-secondary: #fb7185;
--guest-background: #ffffff;
--guest-font-family: inherit;
--guest-font-family: 'Montserrat', 'Inter', 'Helvetica Neue', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
--guest-heading-font: 'Playfair Display', serif;
--guest-serif-font: 'Lora', serif;
}
@font-face {
@@ -138,6 +140,18 @@ body {
font-family: var(--guest-font-family), 'Inter', 'Helvetica Neue', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
h1,
h2,
h3,
h4,
.font-display {
font-family: var(--guest-heading-font), var(--guest-font-family), 'Inter', 'Helvetica Neue', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
.font-serif {
font-family: var(--guest-serif-font), 'Lora', 'Georgia', serif;
}
@keyframes aurora {
0%,
100% {