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/PingAR+LT-Regular-v2.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

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

/* Latin Fonts */

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

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

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