/* Add custom CSS styles below */@font-face {
  font-family: 'PingARLT';
  src: url('https://example.com/fonts/PingARLT.woff2') format('woff2'),
       url('https://example.com/fonts/PingARLT.woff') format('woff'),
       url('https://example.com/fonts/PingARLT.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body, html, * {
  font-family: 'PingARLT', sans-serif !important;
}