

/* @font-face {
    font-family: 'Halton';
    src: url('../fonts/Halton/Halton-regular.otf') format('opentype'), 
         url('../fonts/Halton/Halton-bold.otf') format('opentype'),
         url('../fonts/Halton/Halton-bold-italic.otf') format('opentype'),
         url('../fonts/Halton/Halton-light-italic.otf') format('opentype'),
         url('../fonts/Halton/Halton-light.otf') format('opentype'),
         url('../fonts/Halton/Halton-regular-italic.otf') format('opentype'),
         url('../fonts/Halton/Halton-semi-bold-italic.otf') format('opentype'),
         url('../fonts/Halton/Halton-semi-bold.otf') format('opentype');
  
  } */

  @font-face {
     font-family: 'Nectar';
     src: url('../fonts/nectar/NectarBold.otf') format('opentype'), 
          url('../fonts/nectar/NectarRegular.otf') format('opentype');
     /* Add other font properties like font-weight and font-style if needed */
   }

   @font-face {
     font-family: 'Astro';
     src: url('../fonts/astro/Astro.ttf') format('opentype');
     /* Add other font properties like font-weight and font-style if needed */
   }
