@import url('/css/themes/default.css');

* {
    padding: 0;
    margin: 0;
    outline: none;
    text-decoration: none;
    list-style: none;
    -webkit-tap-highlight-color: transparent;
    border: none;
    touch-action: manipulation;
    color: currentColor;
}