@font-face {
    font-family: 'IRANSansX';
    src: url('../fonts/IRANSansXVF.ttf') format('truetype');
    font-weight: 100 900;
    font-stretch: 75% 125%;
}

.see-all-button {
    font-family: 'IRANSansX', sans-serif;
    width: 121px;
    height: 52px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    outline: 1px solid #E7FAF6;
    outline-offset: -4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    justify-content: center;
}

.see-all-button svg {
    margin-left: 10px;
}