Visual identity standards for Markster -- the design language behind the brand.
The Markster identity is built on two elements: the M mark -- a stacked-chevron letterform -- and the wordmark. Always use approved file variants. Never recreate, distort, or recolor these elements.
The Markster palette is minimal by design. Brand green (#00FF01) is used with restraint -- it signals action, highlight, and identity. Black anchors everything else.
A single typeface family. Variable weights from 300 to 800 cover every context. No mixing with other fonts.
All spacing values are multiples of 8. Generous spacing is the single biggest differentiator between generic and premium layouts.
Consistent components applied across every page. Use exactly as defined -- do not invent variations.
We capture how you communicate in 30 minutes. Every email and post goes out in your exact voice.
Prospect list built, email infrastructure warmed, first sequence live. The system is operational from day one.
Weekly pipeline reports delivered without asking. You see exactly what moved and what needs attention.
"Markster's system does market research and proposals while I sleep. My team didn't grow -- my system did."
Founder-to-founder. Plain language. No jargon. Specific over general. If a number exists, use it. If it doesn't, say nothing.
Drop this into any page :root block and all brand tokens are available.
/* Markster CSS Design Tokens v1.0 */
:root {
/* -- Brand Green -- */
--mstr-green: #00FF01; /* on dark bg */
--mstr-green-ui: #00CC44; /* on light bg */
--mstr-green-hover: #00B33C; /* hover states */
--mstr-green-label: #00A84D; /* section labels */
--mstr-green-tint: #f0fff2; /* subtle bg tint */
/* -- Black -- */
--mstr-black: #000000;
--mstr-near-black: #0a0a0a; /* dark sections */
/* -- Text -- */
--mstr-text: #000000; /* headings */
--mstr-text-body: #4e4b66; /* paragraphs */
--mstr-text-2: #62668a; /* secondary */
--mstr-text-muted: #8a8eb2; /* placeholder */
/* -- Backgrounds -- */
--mstr-white: #ffffff;
--mstr-surface: #f8f9fc;
--mstr-surface-warm: #faf8f5;
--mstr-border: #e7e8f1;
/* -- Shadows -- */
--mstr-shadow-sm: 0 1px 3px rgba(0,0,0,.04), 0 4px 12px rgba(0,0,0,.04);
--mstr-shadow-md: 0 4px 12px rgba(0,0,0,.06), 0 12px 32px rgba(0,0,0,.07);
--mstr-shadow-lg: 0 8px 24px rgba(0,0,0,.08), 0 24px 56px rgba(0,0,0,.10);
/* -- Typography -- */
--mstr-font: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
/* -- Border Radius -- */
--mstr-radius-sm: 6px; /* inputs */
--mstr-radius: 8px; /* buttons */
--mstr-radius-md: 12px; /* panels */
--mstr-radius-lg: 16px; /* cards */
--mstr-radius-xl: 20px; /* testimonials */
--mstr-radius-pill: 100px; /* badges */
/* -- Container -- */
--mstr-container: 1160px;
}