:root {
    color-scheme: light;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f7f8fa;
    color: #17202a;
}

body {
    margin: 0;
}

main {
    max-width: 920px;
    margin: 0 auto;
    padding: 48px 24px;
}

h1 {
    font-size: 34px;
    line-height: 1.15;
    margin: 0 0 18px;
}

p, li {
    font-size: 16px;
    line-height: 1.65;
}

a {
    color: #145ea8;
}
