*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
}

a {
    color: inherit;
    background-color: inherit;
    border: none;
    height: fit-content;
    text-decoration: inherit;
}

::-webkit-slider-thumb {
    background-color: transparent
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap');