Skip to main content

Studio Workspace (Creative Assets & Penpot)

The Studio workspace serves as the multi-disciplinary creative and structural nucleus of the Elo Orgânico ecosystem. It functions as the master repository for brand strategy, high-fidelity design sources across professional suites, and a technical orchestration layer for our self-hosted design environment integrated with the Aide AI assistant.

Visual Strategy and Governance

The visual identity is grounded in the Everyman archetype, prioritizing accessibility, empathy, and realistic community orientation. Governance is maintained through a strictly tokenized design system engineered for WCAG AAA compliance.

Core Philosophy and Pillars

  • Belonging: Fostering community ownership and collective participation.
  • Honest Simplicity: Transparent operations delivered through intuitive, functional interfaces.
  • Human Connection: Maintaining the social link in every digital transaction.
  • Concept: "From peer to peer, from soil to table."

Brand Slogans

ContextSlogan
Primary"Your community, our harvest."
Functional"Organic sharing, easy as it should be."
Marketing"As natural as our friendship."

Complete Color Palette Specification

The color identity evokes naturalness combined with community simplicity. All tokens are prioritized for accessibility and semantic flexibility.

Primary Identity (Brand Triad)
SwatchTokenHexFunctional Application
Olive Leaf#8EA637Primary brand identifier and interactive components.
Sprout Green#C9F2ACSecondary support, highlights, and luminosity.
Deep Forest#022601Solid bases, high-contrast text, and structural borders.
Background System (Surfaces)
SwatchTokenHexSuggested Use
Natural Fiber#F2E8C9Light Background (Base). Warm cream.
Coffee Soil#400101Dark Background (Base). Main background for Dark Mode.
Mint Whisper#F1F8E9Light Background (Tint). Soft highlight surfaces.
Canopy Dark#02590FDark Background (Shade). Modals and sidebars.
Structural Neutral Colors
SwatchTokenHexSuggested Use
Raw Line#E6DCC3Light Background Borders.
Night Line#2C1A1ADark Background Borders.
Disabled Gray#A89F91Disabled states. Warm gray.
Highlight & Feedback
SwatchTokenHexPurpose
Harvest Pumpkin#F2622ECTA / Primary Action.
Sun Pollen#F2A341Highlights / Badges.
Emerald Fresh#2ECC71Success states.
Clay Error#D9042BCritical alerts.
Ripe Warning#F2C84BWarnings and cautionary alerts.
Water Info#2F80EDInformational messages and tips.

Typography and Font Engineering

The system utilizes the Nunito font family (Rounded), managed as a centralized asset within the @studio workspace to ensure cross-package parity. Headlines are prioritized in Bold weights, while body text follows Regular weight specifications.

  • Distribution: Fonts are bundled via @fontsource/nunito and injected automatically into the global styles through the centralized theme.css.
  • Performance: Implementation utilizes Variable Fonts (variable.css) to provide the full weight spectrum (200-900) with a single HTTP request, optimizing Core Web Vitals.

Technical Implementation: Hybrid Token System

The design system employs a Hybrid Source of Truth (SSOT) model, bridging the gap between high-performance CSS and type-safe TypeScript engineering.

LayerFile PathTechnical Purpose
Source of Truth (TS)src/tokens/colors.tsStrongly-typed object (HEX) for React components, GSAP animations, and Three.js materials.
Distribution Layer (CSS)src/tokens/theme.cssTailwind CSS v4 @theme block and base resets for zero-runtime browser delivery.
Icon Registrysrc/icons/index.tsxCurated barrel of FontAwesome icons and a standardized Icon component wrapper (forwardRef).