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

@font-face {
    font-family: 'YekanBakh';
    src: url('../fonts/YekanBakh-SemiBold-BNQzDdZG.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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

/* Prevent FOUC - Disable transitions on page load */
html.loading * {
    transition: none !important;
}

/* Global Select Dropdown Dark Mode Styles */
select option {
    background-color: #ffffff;
    color: #0f172a;
}

.dark select option {
    background-color: #1e293b;
    color: #f1f5f9;
}