@import './reset.css';
@import './vars.css';
@import './fonts.css';

html, body, button, p, h1, h2, h3, h4, h5, h6, label {
    -webkit-font-smoothing: antialiased;
}

/* * {
    scrollbar-width: auto;
    scrollbar-color: #9c9c9c #FAFAFA;
} */

/* Chrome, Edge, and Safari */
/* *::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    background: #FAFAFA;
}

*::-webkit-scrollbar-thumb {
    background-color: #9c9c9c;
    border-radius: 10px;
    border: 6px solid #FAFAFA;
} */