* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #fff;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

button {
    letter-spacing: 0;
}

img {
    max-width: 100%;
}

.landing-page {
    min-height: 100vh;
    overflow-x: hidden;
}

.app-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(1em * var(--icon-scale));
    min-width: calc(1em * var(--icon-scale));
    height: calc(1em * var(--icon-scale));
    font-size: calc(1em * var(--icon-scale));
    line-height: 1;
    color: currentColor;
}

.app-icon svg {
    display: block;
    flex: 0 0 auto;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    height: 100%;
    background: #fff;
    color: #1f2937;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

