/* Local font definitions for Zakat Calculator */
/* Generated from Google Fonts - self-hosted for offline support */

/* Noto Naskh Arabic (Arabic font) */
@font-face {
    font-family: 'Noto Naskh Arabic';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('NotoNaskhArabic.ttf') format('truetype');
}

/* Crimson Pro (Display font) */
@font-face {
    font-family: 'Crimson Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('CrimsonPro-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Crimson Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('CrimsonPro-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Crimson Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('CrimsonPro-Bold.ttf') format('truetype');
}

/* IBM Plex Sans (Primary font) */
@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('IBMPlexSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('IBMPlexSans-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('IBMPlexSans-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('IBMPlexSans-Bold.ttf') format('truetype');
}
