/* Shared by the portfolio and standalone app pages. */
:root {
    color-scheme: dark;
    --paper: #100e17;
    --ink: #f5f5f7;
    --muted: #b9b9c2;
    --accent: #0bceaf;
    --surface: #202026;
    --surface-raised: #2b2b34;
    --line: #393740;
    --white: #fff;
    --radius: 20px;
    --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
