/**
 * OCP 10 Years - Fonts
 * 
 * Font Display: Rajdhani Bold - pour titres, headers
 * Font Body: Rajdhani Regular - pour texte, formulaires, navigation
 */

/* Rajdhani - Regular */
@font-face {
    font-family: 'Rajdhani';
    src: url('/fonts/Rajdhani-Regular.woff2') format('woff2'),
         url('/fonts/Rajdhani-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Rajdhani - Bold */
@font-face {
    font-family: 'Rajdhani';
    src: url('/fonts/Rajdhani-Bold.woff2') format('woff2'),
         url('/fonts/Rajdhani-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Utility classes */
.font-display {
    font-family: 'Rajdhani', 'Arial Black', sans-serif;
    font-weight: 700;
}

.font-body {
    font-family: 'Rajdhani', 'Helvetica Neue', 'Arial', sans-serif;
    font-weight: 400;
}
