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

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


.nav-link.active,
.nav-link:hover {
    color: #0d6efd !important;
}
.card img {
    height: 200px;
    object-fit: cover;
}

html, body {
    height: 100%;
    font-family: 'IRANYekanFaNum', sans-serif;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {
    margin-top: auto; /* فوتر همیشه به پایین می‌چسبد */
}

#carousel-top .carousel-item img {
    height: 75vh;               /* ارتفاع متناسب در نمایشگر */
    object-fit: cover;          /* برش هوشمند بدون کشش */
    width: 100%;
}
