* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", Sans-Serif;
}  

html {
    scroll-behavior: smooth;
}

a {
    color: #111;
    text-decoration: none;
}

button, input, select, textarea {
    outline: none;
    background-color: transparent;
    border: none;
    transition: all .3s ease;
}

button {
    cursor: pointer;
}