/* play-regular */
@font-face {
  font-family: 'Play';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/play/play-regular.ttf') format('truetype');
}

/* play-700 */
@font-face {
  font-family: 'Play';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/play/play-700.ttf') format('truetype');
}