@import './themes/default';
@import './core/index';

*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background-color: @body-background;
  font-size: @font-size-base;
  line-height: @line-height-base;
  color: @text-color;
}

*[contenteditable] {
  -webkit-user-select: auto !important;
}

*:focus {
  outline: none;
}

a {
  background: transparent;
  text-decoration: none;
  outline: none;
  color: @text-color;
}

ol,
li {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
  list-style: 0;
  -webkit-touch-callout: none;
}
