To pick the font family, open the file src/_includes/layouts/base.njk and pick one of <link> with corresponding font family.
Enable corresponding font family in the CSS file, src/css/design-tokens.typography.font-family.css
To pick color palette, edit the file src/css/main.css and uncomment one of the palette, design-tokens.colors.primary-01.css, design-tokens.colors.primary-02.css, or design-tokens.colors.primary-03.css
Development
$ npm install
$ npm dev # Starts development server.