@import url('https://fonts.googleapis.com/css2?family=K2D:wght@100;200;300;400;500;600;700;800&display=swap');

html {
    scroll-behavior: smooth;
}

* {
    padding: 0;
    margin: 0;

    font-family: 'K2D', sans-serif;
    font-weight: normal;
}

body {
    background-color: black;
    color: white;
}

a {
    text-decoration: none;
    color: inherit;
}