store.setContrast(store.contrast === 'high' ? 'normal' : 'high')} class="a11y-btn" class:active={store.contrast === 'high'} title={contrastTitle} aria-pressed={store.contrast === 'high'} >
store.setReduceMotion(!store.reduceMotion)} class="a11y-btn" class:active={store.reduceMotion} title={motionTitle} aria-pressed={store.reduceMotion} >
{#if store.reduceMotion}
{:else}
{/if}