PAXEER NETWORK® — BRAND KIT
Everything in one place. Logo lockups, the Paxeer Grand Sans typeface, and drop-in design tokens ready to ship.
01 — LOGO FILES
PX Icon · White SVG
White symbol mark, vector format. Use on dark backgrounds.
PX Icon · Black SVG
Black symbol mark, vector format. Use on light backgrounds.
PX Icon · Blue SVG
Paxeer Blue (#004CED) symbol mark, vector format.
Full Logo · Dark PNG
Primary lockup for dark backgrounds. 1x resolution.
Full Logo · Light PNG
Reversed lockup for light backgrounds. 1x resolution.
Square Logo
Square format lockup for app icons and avatars.
Main Logo
Standard horizontal lockup.
02 — TYPEFACE
Proprietary typeface · Licensed for Paxeer brand use · 9 weights · OpenType
Thin · 100
PPPangramSansRounded-Thin.otf
Slim Extralight · 250
PPPangramSansRounded-SlimExtralight.otf
Light · 300
PPPangramSansRounded-Light.otf
Medium · 500
PPPangramSansRounded-Medium.otf
Semibold · 600
PPPangramSansRounded-Semibold.otf
Bold · 700
PPPangramSansRounded-Bold.otf
Narrow Semibold · 600
PPPangramSansRounded-NarrowSemibold.otf
Compressed Extrabold · 800
PPPangramSansRounded-CompressedExtrabold.otf
Extrabold Italic · 800i
PPPangramSansRounded-ExtraboldItalic.otf
03 — DESIGN TOKENS
Copy and paste directly into your project.
/* Paxeer Brand Design Tokens */
:root {
--paxeer-blue: #004CED;
--paxeer-ink: #2841B8;
--obsidian: #04050A;
--graphite: #1A1E27;
--storm: #3A4151;
--slate: #6F7686;
--mist: #9DA3B2;
--smoke: #CFD3DB;
--paper: #FFFFFF;
--gradient-brand: linear-gradient(118deg, #2841B8, #004CED);
--success: #2F9F75;
--error: #D14D5E;
--warning: #CB7C25;
--font-display: 'Paxeer Grand Sans', Inter, system-ui, sans-serif;
--font-body: Inter, system-ui, sans-serif;
--font-mono: 'JetBrains Mono', ui-monospace, monospace;
--ease-glassy: cubic-bezier(0.32, 0.72, 0, 1);
--duration-snap: 220ms;
--duration-std: 340ms;
}