html {
    scroll-behavior: smooth;
}

*{
    font-family: 'RealHeadWebW04-Black', sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body * {
    box-sizing: border-box;
}

body{
    background: #11191C;
}

* img {
    pointer-events: none;
    user-select: none;
}

*,*::before, *::after{
    box-sizing: inherit;
}


a {
    text-decoration: none;
    color: inherit;
}

ul,
li{
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0;
    font-size: inherit;
}
