@font-face {
    font-family: IRANSans;
    src: url(./assets/fonts/IRANSans.ttf);
}

body {
    direction: rtl;
    font-family: IRANSans;
}

.section-1 {
    background-image: url(./assets/img/section1-bg.svg);
    background-size: cover;
}

.section-2 {
    background: linear-gradient(292.79deg, rgba(243, 152, 105, 0.25) -23.16%, rgba(255, 255, 255, 0) 97.9%);
}
