:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--store-font-secondary,Arial,Helvetica,sans-serif);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}a,button,input,label,select,textarea{font-family:var(--store-font-tertiary,Arial,Helvetica,sans-serif)}h1,h2,h3,h4,h5,h6{font-family:var(--store-font-primary,Arial,Helvetica,sans-serif);line-height:.96;letter-spacing:-.04em;font-weight:var(--store-font-weight-title,600)}p{font-family:var(--store-font-secondary,Arial,Helvetica,sans-serif)}button,h1,h2,h3,h4,h5,h6{text-transform:var(--store-text-format,none)}@media (prefers-color-scheme:dark){html{color-scheme:dark}}