/* Police personnalisée */
@font-face {
    font-family: 'CustomFont';
    src: url('/fonts/Market_Deco.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Appliquer la police à tout le site */
body, .navbar, .nav-link, .navbar-brand {
    font-family: 'CustomFont', sans-serif;
}
