@font-face {
    font-family: 'Ping AR-LT';
    src: url('PingARLT-ExtraLight.woff2') format('woff2'),
        url('PingARLT-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ping AR-LT';
    src: url('PingARLT-Bold.woff2') format('woff2'),
        url('PingARLT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ping AR-LT';
    src: url('PingARLT-Heavy.woff2') format('woff2'),
        url('PingARLT-Heavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ping AR-LT';
    src: url('PingARLT-Light.woff2') format('woff2'),
        url('PingARLT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ping AR-LT';
    src: url('PingARLT-Regular.woff2') format('woff2'),
        url('PingARLT-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ping AR-LT';
    src: url('PingARLT-Thin.woff2') format('woff2'),
        url('PingARLT-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

body{
	font-family:'Ping AR-LT';
}