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