/* GENERATED by scripts/build/tailwind/build-tailwind.ts — edit frameworks/tailwind/Theme.css or a manifest, not this file. */
@import '../../../Prelude.generated.css';

@layer utilities {
  .arena-site-footer__root {
    display: block;
    width: 100%;
    border-top-style: var(--tw-border-style);
    border-top-width: var(--bw-surface);
    border-color: var(--edge-surface);
    background-color: var(--fill-surface);
  }
  .arena-site-footer__band {
    margin-inline: auto;
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: var(--rhythm-component);
    padding-inline: var(--gutter);
    padding-block: var(--rhythm-section);
  }
  .arena-site-footer__columns {
    display: grid;
    gap: var(--rhythm-component);
  }
  .arena-site-footer__note {
    margin: 0px;
    font-family: var(--font-body);
    font-size: var(--fs-sm);
    --tw-leading: var(--lh-prose);
    line-height: var(--lh-prose);
    color: var(--ink-muted);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--ink-muted) var(--level-ink-muted), transparent);
    }
  }
}
