/*
Theme Name: noutstocktheme
Author: Pavlo Dor
Version: 1.0.0
telegram: https://t.me/pavel_dor
*/

* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}