@use '@angular/material' as mat;
@import 'theme/fonts';
@import 'theme/material';
@import 'theme/layout';
body {
--primary-color: #{mat.get-color-from-palette($my-primary, 300)};
--accent-color: #{mat.get-color-from-palette($my-accent, 300)};
--warn-color: #{mat.get-color-from-palette($my-warn, 300)};
--black-color: #222;
}