/* ---------------------------------------------------
    FONTS: GROFALEX
----------------------------------------------------- */


/* POPPINS */

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

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

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


/* PROKYONT */

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

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

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

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




/* EINA */

@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;
}

@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;
}

@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;
}