---
bcp_version: "0.8"
file_type: visual
parent: https://registry.brandcontextprotocol.dev/battlefield-656ea717/.well-known/brand.md
last_updated: 2026-09-08
---

# Visual

The brand's visual identity is preserved below as machine-readable tokens and practical usage rules.

## Color

```yaml
color:
  tokens:
    neutral_1:
      hex: "#FFFFFF"
      role: neutral
      description: "colors extracted from customer source material."
    neutral_2:
      hex: "#00559C"
      role: neutral
      description: "colors extracted from customer source material."
    neutral_3:
      hex: "#000000"
      role: neutral
      description: "colors extracted from customer source material."
    neutral_4:
      hex: "#2B00FF"
      role: neutral
      description: "colors extracted from customer source material."
    accent:
      hex: "#0070F3"
      role: primary
      description: "accent extracted from customer source material."
    background:
      hex: "#00071F"
      role: surface
      description: "background extracted from customer source material."
    text:
      hex: "#EAEAEC"
      role: text
      description: "text extracted from customer source material."
  approved_pairs:
    - foreground: text
      background: background
      context: Default body text.
  forbidden_pairs:
    - foreground: accent
      background: background
      reason: Use only if contrast testing passes for the actual type size.
```

## Typography

```yaml
typography:
  families:
    times_new_roman:
      family: "Times New Roman"
      fallback_stack: ["Helvetica Neue", "Arial", "sans-serif"]
      weights: [700]
      styles: ["normal"]
      source: "customer site extraction"
    electronicartsdisplay:
      family: electronicartsdisplay
      fallback_stack: ["Helvetica Neue", "Arial", "sans-serif"]
      weights: [700]
      styles: ["normal"]
      source: "customer site extraction"
    electronicartstext:
      family: electronicartstext
      fallback_stack: ["Helvetica Neue", "Arial", "sans-serif"]
      weights: [400, 700]
      styles: ["normal"]
      source: "customer site extraction"
  roles:
    display: times_new_roman
    body: times_new_roman
    ui: times_new_roman
```

## Layout and components

```yaml
spacing:
  scale_px: [6, 16, 24, 48, 124]
components:
  buttons:
    - background: "#000000"
      color: "#eaeaec"
      radius_px: 8
      padding_px: [28, 36]
      font_weight: 400
    - background: "#000000"
      color: "#eaeaec"
      radius_px: 8
      padding_px: [28, 36]
      font_weight: 400
    - background: "transparent"
      color: "#ff0000"
      radius_px: 0
      padding_px: [0, 0]
      font_weight: 700
source: Observed from the site's live CSS, not a declared design system. Verify against your canonical tokens.
```

## Imagery

```yaml
imagery:
  photographic_style: |
    Use concrete, brand-owned imagery when available. Avoid generic stock,
    abstract AI motifs, and visuals that contradict the extracted identity.
  illustration_style: |
    Keep illustration subordinate to the brand system. Use only when it
    clarifies the message better than photography or product evidence.
  iconography_style: |
    Follow the brand's existing mark, stroke, and geometry cues. Do not invent
    decorative symbols without a human-approved precedent.
  forbidden_treatments:
    - generic AI iconography
    - decorative gradients behind text
    - stock business-meeting photography
```
