@use '../../index' as ngrid;

$pbl-ngrid-theme: ngrid.define-dark-theme(ngrid.define-palette(ngrid.$blue-palette));

// Include all theme styles for the components.
@include ngrid.ngrid-typography();

// Include the default theme styles.
@include ngrid.ngrid-theme($pbl-ngrid-theme);
@include ngrid.predefined-spacing($pbl-ngrid-theme);
