/* ---------------------------------------------------
    FONTS CSS
    
    GREEN FLAMINGO
----------------------------------------------------- */


/* ---------------------------------------------------
   POPPINS - DEFAULT
----------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');



/* 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;
}






