@font-face {
  font-family: playBold;
  src: url(/fonts/Play-Bold.ttf);
}

@font-face {
  font-family: playRegular;
  src: url(/fonts/Play-Regular.ttf);
}

html,
body {
  font-family: "playRegular";
}

