* {
    box-sizing: border-box;

}

html {
    scroll-behavior: smooth;
    user-select: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    display: flex;
    flex-direction: column;
    font-family: "Inter", sans-serif !important;
}

img {
    display: block;
    max-inline-size: 100%;
}

.hide {
    display: none !important;
}

p {
    margin: 0;
}