//tailwind
@import "ng-zorro-antd/ng-zorro-antd.min.css";
@tailwind base;
@tailwind components;
@tailwind utilities;
@import "custom/tailwind";
@import "custom/ant";

@layer base {
  :root {
    //default
    --color-primary: 153 20 47;
    --color-secondary: 138 21 44;
    --color-paper: 0 0 0;
  }
}

html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}