@font-face {
    font-family: 'Raleway';
    src: url('/fonts/raleway/Raleway-Light.woff2') format('woff2'),
         url('/fonts/raleway/Raleway-Light.woff') format('woff'),
         url('/fonts/raleway/Raleway-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Appliquer la police au texte global */
body {
    font-family: 'Raleway', sans-serif;
}
