directshifts.json
DirectShifts Brand Identity
A complete profile of DirectShifts's visual system — colors, typography, components, and personality — extracted from https://directshifts.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/directshifts
- Machine-readable JSON: https://characterquilt.com/branding/directshifts.json
- Per-page llms.txt: https://characterquilt.com/branding/directshifts/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #4343E5 |
| Accent | #4343E5 |
| Body Font | Nunito Sans |
| Heading Font | Nunito Sans |
Color Palette
- primary: #4343E5
- secondary: #1976D2
- accent: #4343E5
- background: #FFFFFF
- textPrimary: #4D4D50
- link: #DDDBF9
Typography
- primary: Nunito Sans — https://fonts.google.com/specimen/Nunito+Sans
- heading: Nunito Sans — https://fonts.google.com/specimen/Nunito+Sans
Visual Assets
- Logo: https://cdn.prod.website-files.com/5abebcf1b3e0cb4bb9718bba/65f9938cc99efcbbe0d9e111_%234343e5.svg
- Favicon: https://cdn.prod.website-files.com/5abebcf1b3e0cb4bb9718bba/5b82fae1b4023979a912dd8d_favicon-32x32.png
- Social card (og:image): https://cdn.prod.website-files.com/5abebcf1b3e0cb4bb9718bba/64afd680fa0b799cb21576ae_Open-graph-img.jpg
UI Components
- buttonPrimary: background=#4343E5, textColor=#FFFFFF, borderRadius=10px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#4343E5, borderColor=#4343E5, borderRadius=50px, shadow=rgba(0, 0, 0, 0.2) 0px 2px 5px 0px
Brand Personality
Tone: professional · Energy: medium · Audience: healthcare professionals and employers
DirectShifts Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Physician Jobs | DirectShifts
- 10 Ways Registered Nurses (RNs) Provide Continuity of Care Within an Internal Resource Pool
- Building A Psychiatric Nurse Practitioner Career: All That You Need to Know
- Why Choose to Be a Critical Care Nurse?
- What Makes A CRNA Locum Lifestyle So Attractive?
- Licensing
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
CharacterQuilt.com suggests this flow that can help:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each
src: url(...)to point to your local file path.
Programmatic alternative: load the URL with Playwright or Puppeteer, listen for response events whose Content-Type starts with font/, and write the body to disk. The CSS extraction step is the same.
Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.