/* --------------------------------------------|
|                                              |
| Pager                                        |
|                                              |
|-------------------------------------------- */

.pagination {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.pagination a,
.pagination span,
.pagination .current  {
    font-size: 16px;
    font-family: "officina-sans", Helvetica, Arial, sans-serif !important;
}
