/* ---------------------------------------------------
    FONTS CSS
    
    SBO PALET
----------------------------------------------------- */



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



/* GILROY */


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

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

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

/* ---------------------------------------------------
   SEMI BOLD
----------------------------------------------------- */
@font-face {
    font-family: 'Gilroy';
    src: url('../../fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('../../fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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

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

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


/* SHOPPING SCRIPT DEMO */

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





















