body,
button,
input,
select,
textarea {
    font-family: 'PingLCG', 'Ping', sans-serif;
}

body[dir='rtl'],
body[dir='rtl'] button,
body[dir='rtl'] input,
body[dir='rtl'] select,
body[dir='rtl'] textarea {
    font-family: 'Ping', 'PingLCG', sans-serif;
}

/* Arabic Fonts */

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

@font-face {
    font-family: 'Ping';
    src: url('../fonts/PingARLT-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ping';
    src: url('../fonts/PingARLT-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Latin Fonts */

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

@font-face {
    font-family: 'PingLCG';
    src: url('../fonts/PingLCG-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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