BBLC Brand Kit

Tokens

Design tokens

Design tokens are the atomic values that make the brand reproducible across web, mobile, deck, and print. Use them in code, Figma variables, or design specs.

CSS variables

Copy-paste root

Paste this block into the root of any web project. It establishes the full colour and spacing vocabulary.

:root {
  --bblc-void:   #0A0A0B;
  --bblc-ink:    #141414;
  --bblc-carbon: #17191D;
  --bblc-graphite:#4A4D52;
  --bblc-steel:  #9CA0A8;
  --bblc-mist:   #ECEDEF;
  --bblc-paper:  #FFFFFF;
  --bblc-grid:   #00D084;
  --bblc-grid-dk:#00A868;
  --bblc-coral:  #FF4B26;

  --bblc-radius: 6px;
  --bblc-radius-sm: 4px;

  --bblc-shadow: 0 12px 32px rgba(0,208,132,0.08);
  --bblc-shadow-dk: 0 12px 32px rgba(0,0,0,0.32);
}
Spacing

Space scale

The spacing scale is based on an 8px grid. Every margin, padding, and gap should resolve to a multiple of 4 or 8.

TokenValueUse
space-014pxTight internal padding, icon gaps.
space-028pxButton padding-y, inline spacing.
space-0316pxCard padding, nav gap.
space-0424pxSection padding, component margins.
space-0532pxHero padding, list gaps.
space-0648pxSection breaks, major dividers.
space-0764pxPage bottom, large callouts.
Typography

Type tokens

TokenFontSizeWeightLine
displayTechnor Light42px3001.12
heading-1Inter Medium28px5001.25
heading-2Inter Medium24px5001.35
heading-3Inter Medium17px5001.4
bodyInter Regular15px4001.55
captionInter Regular12px4001.4
monoJetBrains Mono13px4001.5
Components

Component rules

These are the minimum specs for any BBLC-branded component in a web or product interface.

Button

Primary

Background: Ink. Text: Paper. Padding: 11px 20px. Radius: 4px. Hover: Grid-dk background.

Button

Outline

Background: transparent. Border: 1px Mist. Text: Ink. Hover: Mist fill.

Card

Surface

Background: Paper. Border: 1px Mist. Radius: 6px. Padding: 26px. Hover: Grid border + subtle shadow.

Input

Field

Border: 1px Steel. Radius: 4px. Padding: 12px 16px. Focus: Grid border.

Tag

Label

Mono font, uppercase, 10-11px, letter-spacing 0.12em. Use Grid-dk colour.

Table

Data table

Borders: Mist. Header: Mono 11px uppercase. Rows alternate Paper / Mist-bleed.

Figma

Design handoff

When transferring to Figma, create variables for each token above. Name them using the same token names so developers can inspect and copy directly. Publish the variable set as "BBLC Brand Tokens" so all division files can consume it.

Recommended libraries: Inter, JetBrains Mono, and a Technor display font for hero treatments.

Oction confidential