// import common and light/dark css vars in main.ts

$c-primary: #0078e7 !default;

// global css
@use "./global/reset.scss" as *;
@use "./global/nprogress.scss" as *;

// https://github.com/valaxyjs/css-i18n
@use "css-i18n/src/styles/index.scss" as *;

// components import by yourself
html,
body,
#app {
  margin: 0;
  padding: 0;
  line-height: 2;
}

html {
  background-color: var(--va-c-bg);
}

a {
  cursor: pointer;
}
