@font-face {
    font-family: 'CocoSharp';
    src: url('../fonts/CocoSharp/CocoSharp-Bold.woff2') format('woff2'),
         url('../fonts/CocoSharp/CocoSharp-Bold.woff') format('woff'),
         url('../fonts/CocoSharp/CocoSharp-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

 @font-face {
    font-family: 'CocoSharp-Regular';
    src: url('../fonts/CocoSharp/CocoSharp-Regular.woff2') format('woff2'),
         url('../fonts/CocoSharp/CocoSharp-Regular.woff') format('woff'),
         url('../fonts/CocoSharp/CocoSharp-Regular.ttf') format('truetype');
    font-weight: 400;  
    font-style: normal;
  } 

  @font-face {
     font-family: 'Poppins';
     src: url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
     font-weight: 400;  
     font-style: normal;
   } 