/* *****************************************
- DOCUMENT INFORMATION
- Designer:
- NGI version: vanessa.verriere@lumapps.com
- Updated On: February 8th, 2023
****************************************** */

/* *************************************** */
/* Font imports
/* *************************************** */

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

/* *************************************** */
/* Theme material styles (replaced by CSS variables)
/* *************************************** */

/*--- BASE STYLES */
body.theme-material {
    font-family: 'Poppins', sans-serif;
}

/* *************************************** */
/* Theme lumapps styles
/* *************************************** */

/*--- BASE STYLES */
:root {
    --lumx-typography-font-family: 'Poppins', sans-serif;
}

/*--- GLOBAL STYLES */
.theme-lumapps .widget-title {
    --lumx-typography-custom-title1-font-size: 32px;
    --lumx-typography-custom-title1-font-weight: 700;
}

/*--- FIX */
.theme-lumapps .block-grid {
    --block-grid-item-min-width: 160px !important;
}

/* *************************************** */
/* Common styles (both themes) */
/* *************************************** */

/*--- GLOBAL STYLES */
/* Widget Titles */
.widget-header__title {
    font-family: 'Noto Sans', sans-serif;
}

/* Page Title */
.widget-title__title {
    font-size: 32px !important;
    font-weight: 700 !important;
}
