*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    overflow-x: hidden;
    background-color: #1a1a1a;
}

body {
    font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
    font-size: 1.15rem;
    line-height: 1.5;
    color: #c0c0c0;
    background-color: #1a1a1a;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 0;
}