/* ---------------------------------------------------
    FONTS CSS
    
    ESL RENT & SALE
----------------------------------------------------- */


/* EINA */

/* ---------------------------------------------------
   LIGHT
----------------------------------------------------- */
@font-face {
    font-family: 'Eina 01';
    src: url('../../fonts/Eina01-Light.woff2') format('woff2'),
        url('../../fonts/Eina01-Light.woff') format('woff');
    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');
    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');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



/* MICROGRAMMA D */

/* ---------------------------------------------------
   MEDIUM EXTENDED
----------------------------------------------------- */
@font-face {
    font-family: 'MicrogrammaDMedExt';
    src: url('../../fonts/MicrogrammaD-MediExte.woff2') format('woff2'),
        url('../../fonts/MicrogrammaD-MediExte.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ---------------------------------------------------
   BOLD EXTENDED
----------------------------------------------------- */
@font-face {
    font-family: 'MicrogrammaDBolExt';
    src: url('../../fonts/MicrogrammaD-BoldExte.woff2') format('woff2'),
        url('../../fonts/MicrogrammaD-BoldExte.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

