/* playpen-sans-regular - 400 */
@font-face {
  font-display: swap;
  font-family: 'Playpen Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./playpen-sans/PlaypenSans-Regular.ttf') format('truetype');
}

/* playpen-sans-medium - 500 */
@font-face {
  font-display: swap;
  font-family: 'Playpen Sans';
  font-style: normal;
  font-weight: 500;
  src: url('./playpen-sans/PlaypenSans-Medium.ttf') format('truetype');
}

/* playpen-sans-semibold - 600 */
@font-face {
  font-display: swap;
  font-family: 'Playpen Sans';
  font-style: normal;
  font-weight: 600;
  src: url('./playpen-sans/PlaypenSans-SemiBold.ttf') format('truetype');
}

/* playpen-sans-bold - 700 */
@font-face {
  font-display: swap;
  font-family: 'Playpen Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./playpen-sans/PlaypenSans-Bold.ttf') format('truetype');
}
