File: /var/dev/nowruzgan/ketabkhaneh/src/styles-en.scss
@use '@angular/material' as mat;
$lang: 'en';
@import 'assets/fonts/font-awesome';
@import 'theme/material-en';
@import 'theme/layout';
@import 'theme/popup';
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;
  --mat-toolbar-title-text-size: 22px;
}
html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }