/**
 * Play Font Family - Self-hosted WOFF2
 *
 * Font: Play (Google Fonts)
 * Weights: 400 (Regular), 700 (Bold)
 * Format: WOFF2 only (best compression, modern browser support)
 *
 * Browser Support: Chrome 36+, Firefox 39+, Safari 12+, Edge 14+
 */

@font-face {
    font-family: 'Play';
    src: url('/fonts/Play-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Play';
    src: url('/fonts/Play-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
