@font-face {
    font-family: IRANSans;
    /*src: local('system-ui'), url('../fonts/IRANSansWeb.ttf');*/
    src: local('IRANSans'), url('/fonts/IRANSansWeb.woff') format('woff'),
    url('/fonts/IRANSansWeb.ttf') format('truetype');
    unicode-range: U+0621-06CC;
}

@font-face {
    font-family: IRANSans;
    src: local('BYekan'), url('/fonts/BYekan.woff'), url('/fonts/BYekan.ttf');
    unicode-range: U+0030-0039;
}

body {
    direction: rtl;
    font-family: IRANSans, sans-serif;
}

input::placeholder,
textarea::placeholder {
    font-family: IRANSans, sans-serif;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

button {
    cursor: pointer;
    padding: 7px 8px;
    background-color: transparent;
    border: none;
    font-family: inherit;
}

main {
    margin: 1rem auto;
    flex-grow: 1;
}

a {
    text-decoration: none;
}
