# Gawker — Style Reference
> monochromatic newsprint, stark and direct
**Theme:** light
Gawker presents a stark, high-contrast visual system built on black text on a white canvas, reminiscent of traditional newsprint. The design prioritizes readability and directness with minimal embellishment—borders are thin and rectangular, and color is used sparingly, primarily as an electrifying blue accent for interactive elements. Typography is robust and sans-serif, anchoring the content without distraction while a bold, custom headline font injects personality. The overall tone is functional and no-nonsense, with clear visual separation for content blocks.
## Tokens — Colors
| Name | Value | Token | Role |
|------|-------|-------|------|
| Canvas White | `#ffffff` | `--color-canvas-white` | Page backgrounds, surface fills for text blocks and cards |
| Midnight Ink | `#000000` | `--color-midnight-ink` | Primary text, headings, button text, and icon fills |
| Faded Silver | `#e5e7eb` | `--color-faded-silver` | Subtle dividers, card borders, and ghost button outlines |
| Electric Blue | `#2563eb` | `--color-electric-blue` | Primary action backgrounds, interactive borders, and accent highlights |
## Tokens — Typography
### Inter — Body text, navigation links, and button labels. Its versatility maintains consistency across various text-heavy elements. · `--font-inter`
- **Substitute:** system-ui, sans-serif
- **Weights:** 400, 700
- **Sizes:** 16px, 18px
- **Line height:** 1.50, 1.56
- **Letter spacing:** normal
- **Role:** Body text, navigation links, and button labels. Its versatility maintains consistency across various text-heavy elements.
### Arial — Captions, legal text, and secondary headings. The smaller sizes provide fine print readability. · `--font-arial`
- **Substitute:** Helvetica Neue, Helvetica, sans-serif
- **Weights:** 300, 700
- **Sizes:** 10px, 12px, 32px
- **Line height:** 1.33, 1.38, 1.60
- **Letter spacing:** normal
- **Role:** Captions, legal text, and secondary headings. The smaller sizes provide fine print readability.
### etna-x-condensed — Distinctive headlines for articles and key product statements, utilizing a custom condensed style for impact. · `--font-etna-x-condensed`
- **Weights:** 400
- **Sizes:** 40px
- **Line height:** 0.85
- **Letter spacing:** normal
- **Role:** Distinctive headlines for articles and key product statements, utilizing a custom condensed style for impact.
### Type Scale
| Role | Size | Line Height | Letter Spacing | Token |
|------|------|-------------|----------------|-------|
| caption | 10px | 1.33 | — | `--text-caption` |
| body | 16px | 1.5 | — | `--text-body` |
| subheading | 18px | 1.56 | — | `--text-subheading` |
| heading | 32px | 1.6 | — | `--text-heading` |
| display | 40px | 0.85 | — | `--text-display` |
## Tokens — Spacing & Shapes
**Base unit:** 8px
**Density:** comfortable
### Spacing Scale
| Name | Value | Token |
|------|-------|-------|
| 4 | 4px | `--spacing-4` |
| 8 | 8px | `--spacing-8` |
| 16 | 16px | `--spacing-16` |
| 32 | 32px | `--spacing-32` |
| 86 | 86px | `--spacing-86` |
| 208 | 208px | `--spacing-208` |
### Border Radius
| Element | Value |
|---------|-------|
| default | 6px |
### Layout
- **Section gap:** 86px
- **Card padding:** 16px
- **Element gap:** 16px
## Components
### Navigation Login Button (Filled)
**Role:** Primary call to action in the navigation.
A filled button with Electric Blue background, Canvas White text (Inter, 400), and 0px border-radius. Padding of 8px vertical and 16px horizontal.
### Ghost Action Button
**Role:** Secondary action button within content areas.
Transparent background, Midnight Ink text (Inter, 400), and a thin, 0px radiused border using Faded Silver. Top-border only makes it feel like it's part of a table or list.
### Outlined Action Button
**Role:** Prominent, interactive action that uses brand color for emphasis.
Transparent background, Midnight Ink text (Inter, 400), and a thin, 0px radiused border in Electric Blue. Top-border only emphasizes a relationship to preceding content or a group of controls.
### Article Card
**Role:** Container for article previews or featured content.
Canvas White background with a 2px solid Faded Silver border and 0px border-radius. Contains a prominent headline and a body snippet, with ghost-like action buttons below separated by a top border.
### Legal Footer Link
**Role:** Informational links in the footer.
Midnight Ink text (Arial, 300, 10px), with 4px horizontal padding.
## Do's and Don'ts
### Do
- Use Midnight Ink (#000000) for all primary text and headlines to maintain high contrast and readability.
- Apply Canvas White (#ffffff) as the primary background for all page sections and content cards.
- Utilize Electric Blue (#2563eb) exclusively for primary interactive elements, such as filled buttons or distinct action borders.
- Employ Faded Silver (#e5e7eb) for subtle separation, such as card borders or thin dividers, keeping the visual hierarchy clear without heavy lines.
- Maintain a consistent 0px border-radius for all interactive components and content blocks to preserve the sharp, direct aesthetic.
- Use 'etna-x-condensed' for impactful display headlines (40px, weight 400) and 'Inter' for all body text and general UI (16px, weight 400).
- Employ `sectionGap` of `86px` for vertical separation between major content blocks.
### Don't
- Do not introduce additional saturated colors beyond Electric Blue (#2563eb) for interactive states or accents; maintain a primarily achromatic palette.
- Avoid decorative shadows or complex gradients; the system relies on flat surfaces and clean lines.
- Do not use rounded corners beyond the specified 6px radius for general elements inside the card, if any, or any component for which the radius is specified to be 0px.
- Refrain from using more than two font families; 'Inter', 'Arial', and 'etna-x-condensed' are sufficient for all typographic needs.
- Do not vary line-height inconsistently; adhere to the specified values for each text size to ensure consistent vertical rhythm.
- Avoid placing text directly on top of images or complex backgrounds; content should always reside on clear white or solid surfaces.
- Do not implement extensive iconography; use minimal, functional icons that are single-color if needed.
## Imagery
This site predominantly features UI elements and typography over imagery. When images or graphics are present, they are either product-focused screenshots or abstract representations, fitting within the stark, direct interface. Icons are likely minimal and monochromatic, serving functional rather than decorative roles. The density is text-dominant.
## Layout
The page adheres to a centered, max-width contained layout for core content. The hero area is currently text-based with a large headline. Sections are defined by generous vertical spacing (86px `sectionGap`) and often feature a card-like structure with distinct borders. Content is primarily stacked vertically, with some grid-like arrangements for interactive elements such (seen in the two-column buttons inside the article card). The navigation is a top-bar with a simple 'Login' button. The overall density is comfortable, with ample whitespace.
## Agent Prompt Guide
Quick Color Reference:
text: #000000
background: #ffffff
border: #e5e7eb
accent: #2563eb
primary action: #2563eb (filled action)
Example Component Prompts:
1. Create a Primary Action Button: #2563eb background, #000000 text, 9999px radius, compact pill padding. Use this filled treatment for the main CTA.
2. Design an article headline: 'WWE LEGEND, GAWKER SLAYER...' using etna-x-condensed font 40px weight 400, line-height 0.85, color #000000.
3. Produce an 'Ask A Gawker™' ghost button: transparent background, text #000000, Inter font 16px weight 400, 0px border-radius, top border 2px solid #e5e7eb, 16px vertical padding.
4. Create a footer copyright text: '© 2025 GMI Pte Ltd -' using Arial font 10px weight 300, color #000000.
## Similar Brands
- **The New York Times** — High-contrast text-on-white, strong typographic hierarchy for news content, and minimal use of accent colors.
- **Washington Post** — Emphasis on clear readability with sans-serif fonts, strong headlines, and a functional, often monochromatic, color palette.
- **Medium** — Focus on readability with a simple, high-contrast palette, contained layouts, and classic typefaces.
## Quick Start
### CSS Custom Properties
```css
:root {
/* Colors */
--color-canvas-white: #ffffff;
--color-midnight-ink: #000000;
--color-faded-silver: #e5e7eb;
--color-electric-blue: #2563eb;
/* Typography — Font Families */
--font-inter: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
--font-arial: 'Arial', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
--font-etna-x-condensed: 'etna-x-condensed', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
/* Typography — Scale */
--text-caption: 10px;
--leading-caption: 1.33;
--text-body: 16px;
--leading-body: 1.5;
--text-subheading: 18px;
--leading-subheading: 1.56;
--text-heading: 32px;
--leading-heading: 1.6;
--text-display: 40px;
--leading-display: 0.85;
/* Typography — Weights */
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-bold: 700;
/* Spacing */
--spacing-unit: 8px;
--spacing-4: 4px;
--spacing-8: 8px;
--spacing-16: 16px;
--spacing-32: 32px;
--spacing-86: 86px;
--spacing-208: 208px;
/* Layout */
--section-gap: 86px;
--card-padding: 16px;
--element-gap: 16px;
/* Border Radius */
--radius-md: 6px;
/* Named Radii */
--radius-default: 6px;
}
```
### Tailwind v4
```css
@theme {
/* Colors */
--color-canvas-white: #ffffff;
--color-midnight-ink: #000000;
--color-faded-silver: #e5e7eb;
--color-electric-blue: #2563eb;
/* Typography */
--font-inter: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
--font-arial: 'Arial', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
--font-etna-x-condensed: 'etna-x-condensed', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
/* Typography — Scale */
--text-caption: 10px;
--leading-caption: 1.33;
--text-body: 16px;
--leading-body: 1.5;
--text-subheading: 18px;
--leading-subheading: 1.56;
--text-heading: 32px;
--leading-heading: 1.6;
--text-display: 40px;
--leading-display: 0.85;
/* Spacing */
--spacing-4: 4px;
--spacing-8: 8px;
--spacing-16: 16px;
--spacing-32: 32px;
--spacing-86: 86px;
--spacing-208: 208px;
/* Border Radius */
--radius-md: 6px;
}
```
High-contrast editorial publication
Editorial archive, high contrast.
Digital Newsprint, Laser-Etched…
Monochromatic academic blueprint
Warm editorial gateway. Like a…
monochrome editorial manifesto –…
Distressed newsprint,…
Editorial Art House
Editorial calm on parchment.
Dramatic editorial contrast
Literary Cafe, Digital Ink on…
Minimalist gallery canvas
Editorial canvas, bold type
Vibrant digital gallery. Each…
Vintage academic journal — muted…
High-contrast theatrical canvas
alpine starkness on white canvas
Editorial Grid, Ink on Paper
Ever-shifting, vibrant canvas
Minimalist editorial canvas; stark…