@charset "utf-8";

@font-face {
     font-family: 'play';
     src: url('/fonts/Play/Play-Regular.ttf') format('opentype');
     font-weight: 400;
     font-style: normal;
}
@font-face {
    font-family: 'play';
    src: url('/fonts/Play/Play-Bold.ttf') format('opentype');
    font-weight: 700;
    font-style: normal;
}