/* PNU Arabic Font Family */

@font-face {
    font-family: 'TheSans';
    src: url('pnu-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0020-007F,U+00A0-00FF,U+0100-017F;
}

@font-face {
    font-family: 'TheSans';
    src: url('pnu-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0020-007F,U+00A0-00FF,U+0100-017F;
}

@font-face {
    font-family: 'TheSans';
    src: url('pnu-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0020-007F,U+00A0-00FF,U+0100-017F;
}

@font-face {
    font-family: 'TheSans';
    src: url('pnu-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0020-007F,U+00A0-00FF,U+0100-017F;
}
