﻿@font-face {
    font-family: 'IranRounded';
    src: url('/fonts/IRAN Rounded.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* اعمال فونت به کل بدنه سایت */
body, * {
    font-family: 'IranRounded', sans-serif;
}
.page-background {
    min-height: 100vh;
    background-image: url('/images/bg-clouds.svg'); /* عکس ابر بذار اینجا */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 2rem;
}
