html {
    background: oklch(0.95 0.005 150);
    color: oklch(0.25 0.005 150);
    font-family: Inter, sans-serif;
    font-variant-numeric: tabular-nums;
}

body {
    background: oklch(1 0 150);
    margin: auto;
    max-width: 1024px;
    min-height: 100vh;
    box-shadow: oklch(0.90 0.005 150) 0 0 8px 0;
}
