Internal · Living Style Guide

Nimbus Solutions Brand & Style Guide

The single source of truth for the site's visual language. Click any value to copy it. Colors mirror the CSS custom properties in assets/scss/main.scss; type and components render with the live site styles.

Plain-text / LLM spec →

Color

Brand palette grouped by role. Each swatch copies either the hex value or the CSS variable.

Palette

The entire brand. Four colors, nothing else; muted text and hairlines are opacities of white.

Aa
Nimbus Blue

The one accent — links, buttons, highlights, focus, active states, the blue word in the logo

Aa
Nimbus Grey

Raised surfaces — cards, panels, plan tiers, section bands

Aa
Black

Page background, deepest surfaces, hover state for cards, text on Nimbus Blue

Aa
White

All text and headings on dark; opacities give muted text (.76) and hairlines (.14)

Typefaces

Two typefaces, strict roles. Oswald (a condensed block sans) carries every heading, the hero, navigation, buttons, and all uppercase labels. Sentient (a serif) is used only for long-form paragraph and body copy. Uppercase is reserved for the header wordmark, the hero, and labels.

Headings · Hero · Display
Oswald
AaBbCc 0123
Condensed block sans · Bold (700)
Nav · Buttons · Labels
Labels
AaBbCc 0123
Oswald · uppercase · 600 · .1em tracking
Body & Paragraphs
Sentient
AaBbCc 0123
Serif · Light (300) body · Bold (700) emphasis
Park Icons · limited
abfkm
NF Extras · used sparingly (e.g. the plan sign bullets)

Type Scale

Headings, the eyebrow/title/subtitle trio, and body styles, rendered live.

Overline / Eyebrow.overline
Oswald · uppercase · .1em tracking
Local. Reliable. Fast.
Titleh1
Oswald Bold · uppercase in the hero

High Speed, Reliable, Local Internet

Subtitle / Lead.lead
Sentient serif · 1.12rem · long-form

Reliable wireless internet for Southwest Colorado.

Heading 1h1
Oswald Bold · clamp 2.2-3.4rem

Heading One

Heading 2h2
Oswald Bold · clamp 1.7-2.5rem

Heading Two

Heading 3h3
Oswald Bold · clamp 1.25-1.5rem

Heading Three

Heading 4h4
Oswald Bold · 1.15rem

Heading Four

Heading 5h5
Oswald Bold · 1rem
Heading Five
Bodyp
Sentient Light · 1.0625rem · 1.7 line-height

Body copy sets the baseline for readable paragraphs. Nimbus delivers fast, reliable wireless internet across the Four Corners, backed by local support.

Small / Note.form-note
Sentient · .85rem · muted

Secondary note text, used for captions and form hints.

Spacing & Layout

Container widths, the section rhythm, and gutters. The standard container is what sets the left/right page margins.

Container (standard)var(--container)
1330px
Default content width. Centered, side padding clamp(1.1rem, 4vw, 2rem). This sets the left/right page margins.
Container (narrow)var(--container-narrow)
1040px
Prose and long-form reading width (legal pages, article bodies).
Container (wide)var(--container-wide)
2500px
Full-bleed bands (the plans row). Rarely used.
Section rhythmvar(--section-y)
clamp(3.5rem, 7vw, 6.5rem)
Vertical padding on every <section class="section">.
Grid gapvar(--gap)
clamp(1.25rem, 3vw, 2.5rem)
Standard gutter between cards and grid items.
Corner radiusvar(--radius)
0
Square corners everywhere. No rounded corners.

Buttons

Flat, square, uppercase Oswald. Solid Nimbus Blue primary; a blue outline as the secondary, and a white outline (.btn--light) for photo and hero overlays. No gradients or glows.

Check if You're Covered Primary Outline .btn--sunset · .btn--primary · .btn--outline
Request Service Light .btn--light for photo / hero overlays

Tables

Use .brand-table for comparison data, policy disclosures, and technical facts. Headers stay compact and uppercase; values use tabular numerals and a dark, high-contrast surface.

Residential Plan Snapshot
PlanDownloadUploadLatencyPrice
FoothillsUp to 50 Mbps5 to 25 Mbps20 to 40 ms$50/mo
MesaUp to 100 Mbps5 to 25 Mbps20 to 40 ms$75/mo
Summit300 to 800 MbpsUp to 1 Gbps15 to 30 ms$95/mo

Voice & Principles

How copy and design decisions get made. The full machine-readable spec is the plain-text version.

Voice & copy

  • Customer-forward: lead with the customer's pain (slow/expensive incumbents, contracts, data caps, the big-provider runaround), not with technology jargon.
  • Plain, local, confident. Minimal acronyms; keep 'licensed spectrum' and deep tech on the Network page.
  • No em-dashes or en-dashes anywhere in copy.
  • Customer reviews are verbatim — never edit, trim, reword, or invent reviewer locations.
  • Never fabricate facts, names, prices, or coverage. Pull figures from data/ (plans, company) so they stay consistent.
  • Restraint over maximalism: clean grids, generous space, one accent (Nimbus Blue) used sparingly. No glows, watermarks, or busy effects.

Design principles

  • Dark theme: black page over a fixed night-sky photo background; content sits on Nimbus Grey panels or transparent bands.
  • Headings and all UI are Oswald (uppercase for header/hero/labels); serif (Sentient) is reserved for paragraph copy.
  • Every image goes through the Hugo pipeline (partial "picture.html" or resources.Get + .Resize); never reference a raw file.
  • Reuse global components and tokens (assets/scss/main.scss). Don't add one-off inline styles or per-page CSS.
  • Sections: .section (transparent, shows stars), .section--alt / .section--sand (translucent grey bands), .section--black (solid), .section--photo (image + scrim).
  • Reveal-on-scroll: add data-reveal to cards/items; the global observer animates them in.