@use "../../styles/tokens/typography" as *;
.pagination {
display: flex;
align-items: center;
gap: var(--nds-spacing-2xs);
}