* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont,
        'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
        'Helvetica Neue', Arial, sans-serif;
}

body {
    font-family: Inter, system-ui, sans-serif;
    background: #f8fafc;
    color: #0f172a;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    max-width: 1280px;
    margin: auto;
    padding: 0 20px;
}