/* ============================================
   LOCAL FONTS - Replacement for Google Fonts
   Self-hosted to avoid blocked international connections
   ============================================ */

/* --- Vazirmatn (used by RevSlider text layers) --- */
@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('vazirmatn-v33-latin-arabic-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('vazirmatn-v33-latin-arabic-700.woff2') format('woff2');
}

/* --- Roboto (used by RevSlider) --- */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('roboto-v51-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('roboto-v51-latin-700.woff2') format('woff2');
}

/* --- Material Icons (used by RevSlider) --- */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('material-icons.woff2') format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

/* --- Courier Prime (used by Zip AI Sidebar) --- */
@font-face {
    font-family: 'Courier Prime';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('courier-prime-v7-latin-regular.woff2') format('woff2');
}
