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

h1,
h2,
p,
dl,
dd {
    margin: 0;
}

html {
    min-height: 100%;
    font-family: Inter, "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

body {
    min-height: 100vh;
    margin: 0;
}

#app-main {
    width: 100%;
    min-width: 0;
}

button,
input {
    font: inherit;
}
