
$primary: np-palette($np-teal, 300, 50, 600);
$accent: np-palette($np-deep-orange, A200, A100, A400);
$warn: np-palette($np-red);

$theme: np-light-theme($primary, $accent, $warn, $np-large);

// Include non-theme styles for core.
// @include np-core();

// Include all theme-styles for the components based on the current theme.
@include np-controls-theme($theme);
