@font-face {
  font-family: 'Pingar LT';
  src: url('/fonts/regular.otf') format('opentype');
  font-weight: 400; /* Regular */
  font-style: normal;
}

@font-face {
  font-family: 'Pingar LT';
  src: url('/fonts/bold.otf') format('opentype');
  font-weight: 700; /* Bold */
  font-style: normal;
}

@font-face {
  font-family: 'Pingar LT';
  src: url('/fonts/heavy.otf') format('opentype');
  font-weight: 900; /* Heavy */
  font-style: normal;
}

@font-face {
  font-family: 'Pingar LT';
  src: url('/fonts/medium.otf') format('opentype');
  font-weight: 500; /* Medium */
  font-style: normal;
}
