Developer-led
Use precise layouts, clear hierarchy, and software-style UI patterns.
This page documents the brand colours, typography, layout rules, buttons, cards, forms, dashboard patterns, and AI-builder instructions for Geeks of Cybernet websites, portals, dashboards, plugin screens, AI tools, and business applications.
The Geeks of Cybernet design language should feel like a professional Canadian software company: modern, structured, secure, approachable, and easy for business clients to understand.
Use precise layouts, clear hierarchy, and software-style UI patterns.
Communicate clarity, control, transparency, and no hosting lock-ins.
Use CTAs, lead flow, content cards, and conversion-friendly sections.
Reuse the same card, form, button, and dashboard patterns in future apps.
Keep the interface bright and clean. Status colours are reserved for real status messages, not decoration.
#0B63F6--blueMain CTAs, active states, brand highlights
#0955DC--blue-600Hover, pressed, dark gradient stop
#EFF6FF--blue-50Section tint, icon backgrounds, pills
#DBEAFE--blue-100Stronger light-blue UI fill
#22D3EE--cyanSmall accent only
#243CAA--indigoSecondary accent
#071A42--navyHeadlines and strong labels
#102044--inkBody text
#62708D--mutedHelper text and descriptions
#F8FBFF--lightApplication workspace background
#D9E6FB--lineBorders and separators
#FFFFFF--cardCards, forms, panels
#16A34A--successPositive status
#F97316--warningWarning status
#EF4444--dangerError and destructive actions
Use Inter, Segoe UI, Roboto, Arial, or a similar clean sans-serif. Headings should be bold, slightly tight, and navy. Body copy should be readable and business-friendly.
| Element | Size | Weight |
|---|---|---|
| H1 | clamp(2.5rem, 6vw, 5.35rem) | 900–950 |
| H2 | clamp(2rem, 4vw, 3.35rem) | 900 |
| H3 | 1.18rem–1.35rem | 850–900 |
| Body | 1rem | 400 |
| Lead | 1.05rem–1.25rem | 400 |
| Button | .95rem | 850–900 |
These are the base elements that should appear across future Geeks of Cybernet products and client software interfaces.
One strong blue primary action per area. Secondary actions are white with blue borders.
Pills are used for tags, categories, active filters, and project status.
White card, light blue border, rounded corners, soft shadow, and a simple blue icon.
Labels should stay visible above fields. Use blue focus rings.
Use for dashboards, reports, lead-generation metrics, and plugin analytics.
Use blue active states, rounded nav items, and clear labels. Avoid vague icons without text.
Future applications should feel like they belong to the same product family as the website.
Applications can import these variables directly or read the JSON file included in this package.
| Variable | Value | Use |
|---|---|---|
--blue | #0B63F6 | Primary brand action color |
--blue-600 | #0955DC | Hover/pressed action color |
--blue-50 | #EFF6FF | Light brand background |
--blue-100 | #DBEAFE | Stronger light blue fill |
--cyan | #22D3EE | Accent only |
--indigo | #243CAA | Secondary accent |
--navy | #071A42 | Headings and high-emphasis text |
--ink | #102044 | Body copy |
--muted | #62708D | Helper text |
--light | #F8FBFF | App/screen background |
--line | #D9E6FB | Borders and dividers |
--card | #FFFFFF | Card and panel surface |
--success | #16A34A | Positive status only |
--warning | #F97316 | Warning status only |
--danger | #EF4444 | Error/destructive status only |
--shadow | 0 18px 55px rgba(15,40,90,.12) | Large card shadow |
--shadow-soft | 0 10px 30px rgba(15,40,90,.08) | Soft panel shadow |
--radius | 22px | Default card radius |
--max | 1180px | Marketing page container max width |
:root{
--goc-blue:#0B63F6;
--goc-blue-600:#0955DC;
--goc-blue-50:#EFF6FF;
--goc-blue-100:#DBEAFE;
--goc-cyan:#22D3EE;
--goc-indigo:#243CAA;
--goc-navy:#071A42;
--goc-ink:#102044;
--goc-muted:#62708D;
--goc-light:#F8FBFF;
--goc-line:#D9E6FB;
--goc-card:#FFFFFF;
--goc-success:#16A34A;
--goc-warning:#F97316;
--goc-danger:#EF4444;
--goc-shadow:0 18px 55px rgba(15,40,90,.12);
--goc-shadow-soft:0 10px 30px rgba(15,40,90,.08);
--goc-radius:22px;
--goc-radius-button:13px;
--goc-max:1180px;
--goc-font:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
<!-- Option 1: Load the CSS variables -->
<link rel="stylesheet" href="https://your-domain.com/design-system/assets/goc-application-tokens.css">
<!-- Option 2: Fetch the JSON design system -->
<script>
fetch('https://your-domain.com/design-system/assets/goc-design-system-reference.json')
.then(response => response.json())
.then(tokens => {{
window.GeeksOfCybernetDesignSystem = tokens;
console.log('Loaded Geeks of Cybernet design system', tokens.brand.version);
}});
</script>
<!-- Option 3: Link to this HTML page as the human/AI reference -->
<link rel="help" href="https://your-domain.com/design-system/design-system.html">
When you ask an AI tool or developer to build a new screen, include these rules so the result matches Geeks of Cybernet.
Build this screen using the Geeks of Cybernet design system. Use a clean white and light-blue software-company layout, primary blue #0B63F6 for CTAs and active states, navy #071A42 for headings, ink #102044 for body text, muted #62708D for helper text, light background #F8FBFF, white cards, #D9E6FB borders, 22px rounded cards, 13px rounded buttons and inputs, soft shadows, visible form labels, and clear dashboard-style UI. Avoid dark cyberpunk styling, random accent colours, sharp corners, clutter, or generic neon effects. The result should feel professional, trustworthy, developer-led, Canadian business friendly, and consistent with Geeks of Cybernet.