* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Inter", Arial, sans-serif;
    background: #fff;
    color: #1f2937;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}