/*-------------------------------------------------------------------------
                                FONTS IMPORT
--------------------------------------------------------------------------*/


  @font-face {
     font-family: 'LeBeauneNew';
     src: url('/css/fonts/LeBeauneNew.eot');
     src: url('/css/fonts/LeBeauneNew.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/LeBeauneNew.woff2') format('woff2'),
         url('/css/fonts/LeBeauneNew.woff') format('woff'),
         url('/css/fonts/LeBeauneNew.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
 }
 
 