// ============================================
// public imaging — Brand Tokens (SCSS Variables)
// Version 1.0 · April 2026
// ============================================

// Colors
$color-elb-gruen:       #15231E;
$color-kontor-leinen:   #F6F3ED;
$color-honig-gold:      #E6A23C;
$color-speicher-grau:   #6A6F6B;
$color-kuehler-salbei:  #858C84;
$color-nardo-grau:      #838484;
$color-soft-black:      #0D0D0D;

// Typography
$font-sans:  "Urbanist", "Helvetica Neue", sans-serif;
$font-serif: "Times New Roman", Georgia, serif;

// Spacing scale (4-pt)
$space-1:  4px;
$space-2:  8px;
$space-3:  12px;
$space-4:  16px;
$space-6:  24px;
$space-8:  32px;
$space-12: 48px;
$space-16: 64px;
$space-24: 96px;

// Layout
$content-max:     1200px;
$content-narrow:  800px;
$section-padding: clamp(60px, 10vw, 140px);

// Radius
$radius-hairline: 2px;

// Brand ratios (visual weight, not pixel count)
$ratio-kontor-leinen: 40%;
$ratio-elb-gruen:     25%;
$ratio-white:         15%;
$ratio-greys:         12%;
$ratio-honig-gold:    8%;
