/* ---------------------------------------------------
    FONTS CSS
    
    WEFIND
----------------------------------------------------- */



/* EINA */

/* ---------------------------------------------------
   LIGHT
----------------------------------------------------- */
@font-face {
   font-family: 'Eina 01';
   src: url('../../fonts/Eina01-Light.woff2') format('woff2'),
      url('../../fonts/Eina01-Light.woff') format('woff'),
      url('../../fonts/Eina01-Light.ttf') format('truetype');
   font-weight: 300;
   font-style: normal;
   font-display: swap;
}

/* ---------------------------------------------------
   REGULAR
----------------------------------------------------- */
@font-face {
   font-family: 'Eina 01';
   src: url('../../fonts/Eina01-Regular.woff2') format('woff2'),
      url('../../fonts/Eina01-Regular.woff') format('woff'),
      url('../../fonts/Eina01-Regular.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}

/* ---------------------------------------------------
   BOLD
----------------------------------------------------- */
@font-face {
   font-family: 'Eina 01';
   src: url('../../fonts/Eina01-Bold.woff2') format('woff2'),
      url('../../fonts/Eina01-Bold.woff') format('woff'),
      url('../../fonts/Eina01-Bold.ttf') format('truetype');
   font-weight: 600;
   font-style: normal;
   font-display: swap;
}



/* HELLIX */

@font-face {
   font-family: 'Hellix';
   src: url('../../fonts/Hellix-Light.woff2') format('woff2'),
      url('../../fonts/Hellix-Light.woff') format('woff');
   font-weight: 300;
   font-style: normal;
}

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

@font-face {
   font-family: 'Hellix';
   src: url('../../fonts/Hellix-Medium.woff2') format('woff2'),
      url('../../fonts/Hellix-Medium.woff') format('woff');
   font-weight: 500;
   font-style: normal;
}

@font-face {
   font-family: 'Hellix';
   src: url('../../fonts/Hellix-SemiBold.woff2') format('woff2'),
      url('../../fonts/Hellix-SemiBold.woff') format('woff');
   font-weight: 600;
   font-style: normal;
}

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

@font-face {
   font-family: 'Hellix';
   src: url('../../fonts/Hellix-ExtraBold.woff2') format('woff2'),
      url('../../fonts/Hellix-ExtraBold.woff') format('woff');
   font-weight: 800;
   font-style: normal;
}

@font-face {
   font-family: 'Hellix';
   src: url('../../fonts/Hellix-Black.woff2') format('woff2'),
      url('../../fonts/Hellix-Black.woff') format('woff');
   font-weight: 900;
   font-style: normal;
}