@use '@angular/material' as mat;
@import 'colors';
@import 'palettes';
@import 'mw';
@import 'typography';

// Theme
@import '_theme';

// Include the common styles for Angular Material. We include this here so that you only
// have to load a single css file for Angular Material in your app.
// Be sure that you only ever include this mixin once!
@include mat.core($mw-mat-typography);

// Partials
@import 'partials/normalize';
@import 'partials/helpers';
@import 'partials/general';
@import 'partials/forms';
@import 'partials/material';
@import 'partials/angular-material-fix';
