Logos, colors, and type for quick, consistent use. Don’t alter or recolor the logo, and keep clear space for legibility.
Primary wordmark (light) and white-on-dark.
Core colors for UI.
Headings use Raleway; body uses Inter.
The quick brown fox jumps over the lazy dog. 1234567890 — !$%&@?
Copy these into your stylesheet’s :root.
:root{
/* Brand */
--brand-green: #BED600;
--brand-green-dark: #9BC400;
--brand-blue: #1F2A44;
/* Neutrals */
--ink: #111827;
--white: #FFFFFF;
/* Fonts */
--font-heading: 'Raleway', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
--font-body: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}