@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inknut+Antiqua:wght@300;400;500;600;700;800;900&display=swap");

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "DM Sans", Arial, sans-serif;
    overflow-x: hidden;
    max-width: 100vw !important;
}

button {
    font-family: "DM Sans", Arial, sans-serif;
}

::-webkit-scrollbar {
    width: 0px;
}

::selection {
    background: #6bc4a68f;
    color: #fff;
}

section {
    max-width: 100vw;
    overflow: hidden;
}
