Ferment Kolektiv Brand Styling
Overview
To access Ferment Kolektiv's official brand identity and style resources, use this skill.
Keywords: branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Ferment brand, visual formatting, visual design, film culture, cultural branding
Brand Guidelines
Colors
Main Colors:
- Brand Pink:
#E00371 - Primary accent, headings, CTAs, icons
- Deep Black:
#000000 - Primary backgrounds, navigation
- Dark Charcoal:
#101010 - Section backgrounds, cards
- Pure White:
#FFFFFF - Main headings, primary text, logos
Secondary Colors:
- Medium Grey:
#717173 - Body text, descriptions, secondary information
Typography
- Primary Font: Poppins (with Arial fallback)
- Weights: Light (300), Regular (400), Semi-Bold (600), Bold (700)
- Note: Fonts should be pre-installed in your environment for best results
Brand Pattern
"dla" Prefix Pattern:
- Signature branding element:
<pink>dla</pink> <white>CATEGORY</white>
- Examples: "dla KULTURY", "dla BIZNESU", "dla EDUKACJI"
- Pink (#E00371) for "dla", White (#FFFFFF) for category name
- Used in headings, navigation, service differentiation
Features
Smart Font Application
- Applies Poppins font to all text elements
- Automatically assigns appropriate weights:
- Bold (700) for main headings
- Semi-Bold (600) for subheadings
- Regular (400) for body text
- Light (300) for descriptions
- Automatically falls back to Arial if Poppins unavailable
- Preserves readability across all systems
Text Styling
- Large headings (24pt+): Poppins Bold, White
- Subheadings: Poppins Semi-Bold, White or Pink
- Body text: Poppins Regular, Grey or White
- Accent text: Pink for emphasis and CTAs
- Smart color selection based on background (dark vs light)
- Preserves text hierarchy and formatting
Shape and Accent Colors
- Primary shapes and icons use Brand Pink (#E00371)
- Backgrounds alternate between Deep Black and Dark Charcoal
- Buttons and CTAs use Pink with White text
- Maintains visual consistency with dark theme aesthetic
Technical Details
Font Management
- Uses system-installed Poppins font when available
- Provides automatic fallback to Arial
- No font installation required - works with existing system fonts
- For best results, pre-install Poppins fonts in your environment
- Load from Google Fonts:
https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700
Color Application
- Uses RGB color values for precise brand matching:
- Brand Pink:
RGB(224, 3, 113)
- Deep Black:
RGB(0, 0, 0)
- Dark Charcoal:
RGB(16, 16, 16)
- Medium Grey:
RGB(113, 113, 115)
- Pure White:
RGB(255, 255, 255)
- Applied via python-pptx's RGBColor class or CSS variables
- Maintains color fidelity across different systems
Design Principles
- Dark Theme First: All designs use dark backgrounds by default
- Pink as Accent: Use sparingly to guide user attention
- High Contrast: Ensure accessibility with white text on dark backgrounds
- Minimalist: Clean, bold typography with generous whitespace
- Cultural: Reflects film and cultural industry aesthetics
Usage Notes
- Pink should be used as an accent color, not overwhelm the design
- Dark backgrounds (#000000 or #101010) are preferred for all sections
- White text for main content, Grey for secondary information
- Apply "dla" pattern for category headings and service differentiators
- Maintain generous spacing and clean layouts
1---2name: brand-guidelines3description: Applies Ferment Kolektiv's official brand colors and typography to any sort of artifact that may benefit from having Ferment's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.4license: Complete terms in LICENSE.txt5---67# Ferment Kolektiv Brand Styling89## Overview1011To access Ferment Kolektiv's official brand identity and style resources, use this skill.1213**Keywords**: branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Ferment brand, visual formatting, visual design, film culture, cultural branding1415## Brand Guidelines1617### Colors1819**Main Colors:**2021- Brand Pink: `#E00371` - Primary accent, headings, CTAs, icons22- Deep Black: `#000000` - Primary backgrounds, navigation23- Dark Charcoal: `#101010` - Section backgrounds, cards24- Pure White: `#FFFFFF` - Main headings, primary text, logos2526**Secondary Colors:**2728- Medium Grey: `#717173` - Body text, descriptions, secondary information2930### Typography3132- **Primary Font**: Poppins (with Arial fallback)33- **Weights**: Light (300), Regular (400), Semi-Bold (600), Bold (700)34- **Note**: Fonts should be pre-installed in your environment for best results3536### Brand Pattern3738**"dla" Prefix Pattern:**3940- Signature branding element: `<pink>dla</pink> <white>CATEGORY</white>`41- Examples: "dla KULTURY", "dla BIZNESU", "dla EDUKACJI"42- Pink (#E00371) for "dla", White (#FFFFFF) for category name43- Used in headings, navigation, service differentiation4445## Features4647### Smart Font Application4849- Applies Poppins font to all text elements50- Automatically assigns appropriate weights:51 - Bold (700) for main headings52 - Semi-Bold (600) for subheadings53 - Regular (400) for body text54 - Light (300) for descriptions55- Automatically falls back to Arial if Poppins unavailable56- Preserves readability across all systems5758### Text Styling5960- Large headings (24pt+): Poppins Bold, White61- Subheadings: Poppins Semi-Bold, White or Pink62- Body text: Poppins Regular, Grey or White63- Accent text: Pink for emphasis and CTAs64- Smart color selection based on background (dark vs light)65- Preserves text hierarchy and formatting6667### Shape and Accent Colors6869- Primary shapes and icons use Brand Pink (#E00371)70- Backgrounds alternate between Deep Black and Dark Charcoal71- Buttons and CTAs use Pink with White text72- Maintains visual consistency with dark theme aesthetic7374## Technical Details7576### Font Management7778- Uses system-installed Poppins font when available79- Provides automatic fallback to Arial80- No font installation required - works with existing system fonts81- For best results, pre-install Poppins fonts in your environment82- Load from Google Fonts: `https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700`8384### Color Application8586- Uses RGB color values for precise brand matching:87 - Brand Pink: `RGB(224, 3, 113)`88 - Deep Black: `RGB(0, 0, 0)`89 - Dark Charcoal: `RGB(16, 16, 16)`90 - Medium Grey: `RGB(113, 113, 115)`91 - Pure White: `RGB(255, 255, 255)`92- Applied via python-pptx's RGBColor class or CSS variables93- Maintains color fidelity across different systems9495### Design Principles9697- **Dark Theme First**: All designs use dark backgrounds by default98- **Pink as Accent**: Use sparingly to guide user attention99- **High Contrast**: Ensure accessibility with white text on dark backgrounds100- **Minimalist**: Clean, bold typography with generous whitespace101- **Cultural**: Reflects film and cultural industry aesthetics102103## Usage Notes104105- Pink should be used as an accent color, not overwhelm the design106- Dark backgrounds (#000000 or #101010) are preferred for all sections107- White text for main content, Grey for secondary information108- Apply "dla" pattern for category headings and service differentiators109- Maintain generous spacing and clean layouts