@layer components {
  .site-footer {
    padding: var(--space-3) var(--gutter);
    background-color: var(--color-surface);
    color: var(--color-text-muted);
  }
}
