Brand Design System · v2 · white-first
DENTA-VITA
STOMATOLOGIE
Stomatologie s lidskou péčí
Dentální klinika na Lužinách · Dr. Alexey Solod
TrustworthyCalm Family-orientedNordic · Swiss medical Light · airy · premium
Rule 01
White background only
Pages & sections are pure white. Navy is the brand/accent color on elements — never a page background.
Rule 02
Manrope only
One family everywhere. Hierarchy via weight + size + tracking. No second font, no italic.
01 · Logo

The mark

A single horizontal logotype: the droplet/tooth mark in Soft Blue (#A8D0E7) paired with the DENTA-VITA wordmark. The mark colour stays constant; only the wordmark flips — Deep Navy on light surfaces, Ivory on dark.

DENTA-VITA logo on white
DENTA-VITA logo on navy
↓ Logo navy · SVG ↓ Logo ivory · SVG ↓ Logo navy · PNG ↓ Logo ivory · PNG

Clear space: keep at least the height of the mark clear on all sides. Min height: 22px on screen. Never recolour the mark, stretch, or add effects.

02 · Essence

Modern family dental clinic
from Copenhagen or Zurich.

Light medical minimalism on white. Large whitespace, editorial composition, clean geometry, thin lines, very subtle shadows. Calm, honest, safe — premium but approachable. The hero is the doctor and the human care, never gimmicks.

03 · Color

Palette

White is the canvas. Deep navy is the brand color used on elements (buttons, headings, logo, footer, accent cards). Champagne only as a hairline.

#FFFFFF
Pure White
Primary background · pages & sections
#06284A
Deep Navy
Brand/accent · buttons, headings, logo, footer
#0D355D
Midnight Blue
Accent / feature cards · hover
#2E5F91
Medical Blue
Links & interactive on white
#A8D1E8
Soft Blue
Light accents, chips, tints
#F8F5F0
Warm Ivory
Optional subtle tint (if rule 1 relaxed)
#17212B
Dark Text
Body text on white
#C9B08A
Champagne
Hairlines & micro-detail ONLY

Contrast: Deep Navy, Dark Text and Medical Blue on white are safe for text. White text only on navy elements. Soft Blue, Sand & Champagne are decorative — never small text.

04 · Typography

One family — Manrope

A single geometric sans carries everything. Hierarchy comes from weight, size and tracking. Free and native in Framer & Google Fonts. No italic.

Aa
800 · ExtraBold
Aa
700 · Bold · H1/H2
Aa
600 · SemiBold · H3 · logo
Aa
400 · Regular · body
H180 / 100 · 700
Zdravý úsměv
H256 / 100 · 700
Rodinná péče
H340 / 110 · 600
Šetrná stomatologie v Praze 13
H2b32 / 100 · 600
Dr. Alexey Solod
Body 224 / 140 · 400
Díváme se na člověka, ne jen na zub.
Body 320 / 130 · 400
Objednejte se telefonicky nebo po předchozí domluvě.
Body14 / 150 · 400
Platba v hotovosti — CZK nebo EUR. Po–Pá 8:00–17:00, metro Lužiny.

Wordmark: DENTA-VITA = Manrope SemiBold, tracking +0.04em · STOMATOLOGIE = Manrope Medium, uppercase, tracking +0.5em.

05 · Components

UI building blocks

Buttons · on white (default)

Primary: navy fill, radius 12, hover → Midnight. Secondary: white, navy border + text.

Objednání

Light card (default): white bg, 1px navy-10% border, radius 16, soft navy-tinted shadow. Outline icons, 2px stroke.

Lužiny

1 min od metra Lužiny (linka B). Archeologická 2636/3, Praha 5 – Lužiny.

06 · Guardrails

Do & Don't

Do
  • White background, large whitespace, editorial calm
  • Manrope only — weight for hierarchy
  • Navy as accent: buttons, headings, logo, icons
  • Outline icons, 2px, rounded ends
  • Real daylight photos of real doctors & patients
Don't
  • Navy (or any) full-page background
  • A second font, or italic text
  • Gold styling, tooth icons, medical crosses
  • Cartoon smiles, clipart, stock models
  • Purple, gradient overload, glossy effects
07 · Framer migration

Remap existing Framer styles

Keep the style names in your project, change the values. Set page/section backgrounds to White; set every text style to Manrope.

Framer style (current)New valueBecomes
Bílá#FFFFFFPure White — page background
Primární modrá#06284ADeep Navy (brand/accent)
Světlá modrá#A8D1E8Soft Blue (accent)
Béžová#E9DED0Sand Beige (decorative)
Black#17212BDark Text
Purple— remove —retire (off-brand)
+ add: Midnight#0D355Daccent cards / hover
+ add: Medical Blue#2E5F91links on white
+ add: Champagne#C9B08Ahairlines only
08 · Design tokens

CSS variables

Drop into Framer (custom code / Workshop) or any build. Also saved as denta-vita-tokens.css.

:root{
  --dv-white:#FFFFFF;        /* page background */
  --dv-deep-navy:#06284A;    /* brand / accent */
  --dv-midnight:#0D355D;
  --dv-medical-blue:#2E5F91;
  --dv-soft-blue:#A8D1E8;
  --dv-ivory:#F8F5F0;
  --dv-sand:#E9DED0;
  --dv-ink:#17212B;          /* body text on white */
  --dv-champagne:#C9B08A;    /* hairlines only */
  --dv-font:'Manrope', system-ui, sans-serif;
  --dv-radius-m:12px; --dv-radius-l:16px;
  --dv-card-border:1px solid rgba(6,40,74,.10);
  --dv-card-shadow:0 16px 40px rgba(6,40,74,.08);
}