
/* English Font - Montserrat */
@font-face {
    font-family: 'Montserrat';
    src: url('montserrat-regular-webfont.woff2') format('woff2'),
         url('montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Kurdish Title Font - NewRudaw-Light */
@font-face {
    font-family: 'NewRudaw-Light';
    src: url('NewRudaw-Light.woff') format('woff'),
         url('NewRudaw-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Kurdish Content Font - NewRudaw-Bold */
@font-face {
    font-family: 'NewRudaw-Bold';
    src: url('NewRudaw-Bold.woff') format('woff'),
         url('NewRudaw-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Kurdish Font - Rabar_021 */
@font-face {
    font-family: 'Rabar_021';
    src: url('Rabar_021.woff2') format('woff2'),
         url('Rabar_021.woff') format('woff'),
         url('Rabar_021.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Kurdish Font - Rabar_022 */
@font-face {
    font-family: 'Rabar_022';
    src: url('Rabar_022.woff2') format('woff2'),
         url('Rabar_022.woff') format('woff'),
         url('Rabar_022.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Font variables for easy usage */
:root {
    --font-english: 'Montserrat', Arial, sans-serif;
    --font-kurdish-title: 'NewRudaw-Light', Arial, sans-serif;
    --font-kurdish-content: 'Rabar_021', Arial, sans-serif;
    --font-kurdish-bold: 'Rabar_022', Arial, sans-serif;
}
