/*
.entity-grid .view-grid,
.table-responsive {
	overflow-x: visible;
}

.full-height-container {
	min-height: calc(100vh - 228px);
}*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&display=swap');

.entity-grid .view-grid,
.table-responsive {
    overflow-x: visible;
}

.full-height-container {
    min-height: calc(100vh - 228px);
}

/* Force Nunito everywhere */
body,
h1, h2, h3, h4, h5, h6,
.page-section h1, .page-section h2, .page-section h3,
.page-section h4, .page-section h5, .page-section h6,
.section h1, .section h2, .section h3,
.section h4, .section h5, .section h6,
.pb-section h1, .pb-section h2, .pb-section h3,
.pb-section h4, .pb-section h5, .pb-section h6,
.heading, .pb-heading, .button1 {
    font-family: 'Nunito', sans-serif !important;
}

/* Paragraphs use Nunito Sans */
p,
.page-section p,
.section p,
.pb-section p {
    font-family: 'Nunito Sans', sans-serif !important;
}

