/* Playwrite Extra Light */
@font-face {
  font-family: 'Playwrite';
  src: url('../static/PlaywriteDKLoopet-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

/* Playwrite Thin */
@font-face {
  font-family: 'Playwrite';
  src: url('../static/PlaywriteDKLoopet-Thin.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Playwrite Light */
@font-face {
  font-family: 'Playwrite';
  src: url('../static/PlaywriteDKLoopet-Light.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Playwrite Regular Italic */
@font-face {
  font-family: 'Playwrite';
  src: url('../static/PlaywriteDKLoopet-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
