
@font-face {
    font-family: PeydaRegular;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../../Fonts/peyda/PeydaWeb-Regular.woff') format('woff');
}

@font-face {
    font-family: Peyda;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../../Fonts/peyda/PeydaWeb-Medium.woff') format('woff');
}
@font-face {
    font-family: PeydaSemiBold;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../../Fonts/peyda/PeydaWeb-SemiBold.woff') format('woff');
}
@font-face {
    font-family: DemiBold;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../../Fonts/peyda/PeydaWeb-Bold.woff') format('woff');
}


html{
    font-size: 18px;
}

body {
    font-family: Peyda, sans-serif;
    /*font-family: 'Vazir',Serif;*/
    direction: rtl;
    /*font-size: .875rem;*/
    /*font-weight: 500;*/
    /*line-height: 1.5;*/
    color: var(--primary-color);
    background-color: #eeeeee;
}
