/* DDF Events fonts + colours for pages that keep their original layout.
   Added by scripts/apply-legacy-theme.mjs. Header/footer come from nav.js. */
body { font-family: 'Barlow', system-ui, -apple-system, 'Segoe UI', sans-serif; }
::selection { background: #E07A36; color: #0F0D0E; }

/* Minimal headers on checkout + order confirmation (no menu by design) */
.checkout-header, .ddf-min-header { background: #0F0D0E !important; border-bottom: 1px solid rgba(245,241,236,.1) !important; }
.checkout-header .secure { color: rgba(245,241,236,.72) !important; }
.ddf-wordmark { display: inline-flex; align-items: baseline; gap: 8px; text-decoration: none; line-height: 1; font-family: 'Barlow', sans-serif; }
.ddf-wordmark__ddf { font-size: 28px; font-weight: 700; letter-spacing: -0.03em; color: #F5F1EC; }
.ddf-wordmark__ev { font-size: 11px; font-weight: 600; letter-spacing: 0.32em; text-transform: uppercase; color: #E07A36; }
.ddf-wordmark:focus-visible { outline: 2px solid #E07A36; outline-offset: 4px; border-radius: 4px; }
