jobirl.com is built on a pure-white canvas (rgb(255, 255, 255)).
The system uses rgb(27, 40, 136) as the accent for primary actions and brand signals.
Sharp 0px corners on CTAs — architectural restraint, engineering precision alongside Montserrat as the primary typeface.
Montserrat is paired with Font Awesome 6 Free for secondary roles.
A restrained elevation system (3 distinct shadows) — shadows reserved for the few elements that must lift off the page.
Motion is a first-class concern — 22 keyframe animations plus transition-driven interactions.
3 box-shadows measured on the live page · click a tile to copy its raw value
shadow-1
shadow-2
shadow-3
05
Motion — easings, transitions & live keyframes
1 easing curve · 22 keyframes · hover a tile to preview
Easing & transitions
transition-4ease-in-out
22 keyframe animations extracted
progress-bar-stripes
spinner-border
spinner-grow
fadeOut
slideDown
slideUp
slideLeft
slideRight
slideExpandUp
expandUp
fadeIn
expandOpen
06
Components — the closed vocabulary
10 component families · 45 variants counted on the live DOM
Component
Variants found
buttons
×8
heading H3
×7
cards
×6
nav Links
×6
links
×6
heading H2
×5
footer Links
×3
inputs
×2
badges
×1
heading H1
×1
Component style specs (§4)expand
Buttons
Outline
Background: transparent
Text: rgba(0, 0, 0, 0.5)
Padding: 4px 12px
Radius: 4px
Border: 1px solid rgba(0, 0, 0, 0.1)
Font: 20px weight 400
Use: Secondary action with border
Focus: outline: rgb(129, 129, 129) dotted 3px
Ghost
Background: transparent
Text: #818181{colors.primary-focus}
Padding: 8px
Radius: 0px
Font: 60px weight 400
Use: Subtle action, toolbar, nav button
Focus: outline: rgb(129, 129, 129) dotted 3px
Ghost
Background: transparent
Text: #1b2888{colors.primary}
Padding: 8px
Radius: 0px
Font: 13px weight 700
Use: Subtle action, toolbar, nav button
Focus: outline: rgb(129, 129, 129) dotted 3px
Pill
Background: #1b2888{colors.primary}
Text: #ffffff{colors.on-primary}
Padding: 10px 15px
Radius: 30px
Border: 1px solid rgb(27, 40, 136)
Font: 10px weight 600
Use: Status pills, tags, chips
Focus: outline: rgb(129, 129, 129) dotted 3px
Pill
Background: #ffd700{colors.primary-hover}
Text: #1b2888{colors.primary}
Padding: 10px 15px
Radius: 30px
Border: 1px solid rgb(255, 215, 0)
Font: 11px weight 600
Use: Status pills, tags, chips
Focus: outline: rgb(129, 129, 129) dotted 3px
Inputs & Forms
Text Input
Background: transparent
Text: #495057
Padding: 6px 12px
Radius: 4px
Border: 0px none rgb(73, 80, 87)
Font: 16px weight 400
Use: Text fields, search inputs
07
Layout — structure & dimensions
4 layout metrics measured
max Width1200px
header Height64px
sidebar Width0px
container Padding0px
08
Responsive — real breakpoints
15 media-query stops read from the live CSS
450px
479px
480px
575px
576px
680px
750px
767px
768px
800px
991px
992px
1000px
1199px
1200px
09
Do's & Don'ts
17 enforceable rules pulled verbatim from the spec
Do
Use #1b2888 (`#1b2888`) for text — not pure black, it's warmer and more readable
Use Montserrat as the primary typeface — it defines the brand personality
Use the extracted shadow patterns for elevation — they are tuned to match the brand palette
Use #1b2888 (`#1b2888`) as the primary accent — it's the brand's signature interactive color
Use 30px border-radius on primary buttons — the brand uses generously-rounded CTAs
Keep navigation fixed to the top — the design uses a persistent navigation pattern
Maintain nav height at 68.0312px — consistent vertical space for the navigation bar
Use a single primary CTA in the hero — the design intentionally avoids choice paralysis
Make the navigation fixed — it stays visible during scroll, signaling content depth
Include a search input directly in the nav — discoverability is a primary UX value here
Use a 4-column grid on desktop — density matters for this content type
Don't
Don't use pure black (`#000000`) for text — the near-black adds warmth
Don't substitute with generic sans-serif or serif — the custom font carries the brand
Don't invent new shadow values — use only the extracted shadow levels
Don't introduce additional saturated accent colors — the palette is intentionally controlled
Don't use sharp-cornered or pill buttons — 30px is the CTA border-radius standard
Don't collapse or hide the nav on scroll without an explicit scroll-triggered animation — the design uses fixed nav presence
10
Agent guide & export
Paste-ready prompt + the real files behind this page
Build a UI in the jobirl.com design system.
Canvas #ffffff · ink #1b2888 · accent #1b2888.
Type: Montserrat — respect the size/weight ladder in §3.
Radius, spacing, shadow: use only the extracted scales (no magic numbers).
Full spec follows — paste the DESIGN.md below into your agent.