/* BizFest Design System — poster typography update.
 * Independent event system. No KBC theme imports or token inheritance.
 * Visual source: poster-1.jpeg, poster-2.jpeg, poster-3.jpeg supplied by the user.
 * Web palette is an approximation; typography and dimensions are web adaptations.
 */
@font-face{font-family:'BF Display';src:url('assets/barlow-condensed-extra-bold.ttf') format('truetype');font-weight:800;font-style:normal;font-display:swap}
@font-face{font-family:'BF Display';src:url('assets/barlow-condensed-extra-bold-italic.ttf') format('truetype');font-weight:800;font-style:italic;font-display:swap}
@font-face{font-family:'BF Body';src:url('assets/dm-sans-regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'BF Body';src:url('assets/dm-sans-bold.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap}
:root{
 --bf-navy:#001848;--bf-yellow:#f8c838;--bf-red:#d61011;--bf-blue:#163c78;--bf-white:#fff;
 --bf-color-ink:var(--bf-navy);--bf-color-muted:#43516b;--bf-color-paper:var(--bf-white);--bf-color-surface:var(--bf-white);--bf-color-tint:#f6f7f9;--bf-color-warm:color-mix(in srgb,var(--bf-yellow) 12%,var(--bf-white));
 --bf-color-inverse:var(--bf-navy);--bf-color-on-inverse-muted:#c5cfdd;--bf-color-inverse-border:#53657f;--bf-color-on-inverse:var(--bf-white);--bf-color-link:var(--bf-blue);--bf-color-border:#dce1e7;
 --bf-color-action:var(--bf-yellow);--bf-color-on-action:var(--bf-navy);--bf-color-focus:var(--bf-blue);--bf-color-rule:#c2c9d3;
 --bf-color-error:#b01418;--bf-color-success:#17623b;--bf-color-notice:#745000;
 --bf-font-display:'BF Display','Arial Narrow',Impact,sans-serif;--bf-font-poster:'BF Display','Arial Narrow',Impact,sans-serif;--bf-font-body:'BF Body',Arial,sans-serif;
 --bf-type-hero:clamp(2.5rem,4.35vw,4rem);--bf-type-title:clamp(1.875rem,3vw,2.625rem);--bf-type-card:1.625rem;--bf-type-body:1rem;--bf-type-small:.875rem;--bf-type-label:.75rem;
 --bf-leading-display:1.15;--bf-leading-body:1.65;
 --bf-space-1:4px;--bf-space-2:8px;--bf-space-3:12px;--bf-space-4:16px;--bf-space-6:24px;--bf-space-8:32px;--bf-space-12:48px;--bf-space-16:64px;--bf-space-24:96px;
 --bf-radius-control:6px;--bf-radius-card:10px;--bf-radius-badge:4px;--bf-stroke:1px;--bf-shadow-card:none;--bf-shadow-button:none;
 --bf-container:1200px;--bf-target:48px;--bf-motion-fast:140ms;--bf-ease:cubic-bezier(.2,.6,.3,1);
 --bf-button-bg:var(--bf-color-action);--bf-button-fg:var(--bf-color-on-action);--bf-card-bg:var(--bf-color-surface);--bf-card-border:var(--bf-color-border);--bf-ticket-bg:var(--bf-color-paper);
}
