.the-logo {
  --header-brand-height: 32px;
}

:root {
  .legal-document {
    ol {
      padding-inline-start: var(--space-24);
    }
    
    ol ol {
      list-style-type: lower-roman;
    }

    ol ol ul {
      list-style-type: disc;
    }
  }
}
