@font-face {
    font-family: "Vazirmatn";
    src: url("fonts/Vazirmatn-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vazirmatn";
    src: url("fonts/Vazirmatn-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html {
    font-family: Vazirmatn, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial;
}

body {
    direction: rtl;
    text-rendering: optimizeLegibility;
}

.ltr {
    direction: ltr;
    unicode-bidi: plaintext;
}

.footerWrap {
    margin-top: 24px;
    text-align: center;
}

.footer {
    display: inline-flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 9999px;
    background: #fff;
    color: #64748b;
    font-size: 12px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
    max-width: calc(100% - 24px);
    box-sizing: border-box;
}

.footerLink {
    color: #334155;
    font-weight: 700;
    text-decoration: underline;
}

.footerMark {
    color: #cbd5e1;
    user-select: none;
}

#status {
    overflow-wrap: anywhere;
}

@media (max-width: 639px) {
    #from,
    #to {
        width: 100%;
        max-width: 100%;
    }

    #apply,
    #refresh {
        width: 100%;
    }
}

.guide .guideFooter {
    text-align: center;
}

.guide .guideList {
    list-style: disc;
    padding-right: 1.25rem;
    margin: 0;
}

.guide .guideList li + li {
    margin-top: 6px;
}

@media (min-width: 640px) {
    .guideTwoCol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
