/* Radio Grotesk Regular */
@font-face {
    font-family: 'Radio Grotesk';
    src: url('/fonts/PPRadioGrotesk-Regular.woff2') format('woff2'),
         url('/fonts/PPRadioGrotesk-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Radio Grotesk Bold */
@font-face {
    font-family: 'Radio Grotesk';
    src: url('/fonts/PPRadioGrotesk-Bold.woff2') format('woff2'),
         url('/fonts/PPRadioGrotesk-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Apply to body with fallback */
body {
    font-family: 'Radio Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif;
}