@import url('https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap');

*,
html {
    scroll-behavior: smooth;
    font-family: "Khand", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    margin: auto;
    max-width: 440px;
    max-height: 956px;
    height: 100%;
    width: 100%;
}

/* Responsive for mobile */
@media (max-width: 440px) {
    body {
        max-width: 440px;
        max-height: 956px;
        height: 100%;
        width: 100%;
    }
}