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