1---2name: solum-health-brand3description: Solum Health Brand Guidelines Skill4---5# Solum Health Brand Guidelines Skill67Use this skill automatically when creating any content, web pages, HTML documents, landing pages, one-pagers, or marketing materials for Solum Health. This ensures all output is on-brand.89---1011## Logo1213- **Primary logo (dark on light):** Use on light backgrounds (#F2F2F9 or white)14 - Logo URL: `https://cdn.prod.website-files.com/66ccf770fcc17846279d79cd/6748cf9b5bac5ff27b9e6bff_solumnewlogo.avif`15 - Fallback PNG: `https://bookface-images.s3.us-west-2.amazonaws.com/logos/00f1dcaca9dbe257d62b042870af7f0cb1833251.png`16- **Reversed logo (white on dark):** Use on Navy (#011C40) backgrounds17- **Icon-only mark:** The globe/S mark can be used standalone as a favicon or avatar18- The wordmark reads **SolumHealth** (one word, capital S and capital H, no space)1920---2122## Color Palette2324### Primary Colors25| Name | Hex | Usage |26|-----------------|-----------|----------------------------------------------------------|27| Navy | `#011C40` | Primary brand color. Headers, footers, dark backgrounds, text on light surfaces |28| Light Gray | `#F2F2F9` | Page backgrounds, light sections, card backgrounds |29| Solum Blue | `#468AF7` | Primary accent. Buttons, links, interactive elements, CTA highlights |3031### Secondary / Accent Colors32| Name | Hex | Usage |33|-----------------|-----------|----------------------------------------------------------|34| Light Blue | `#CCEAE5` | Subtle background tints, secondary cards |35| Lavender | `#E5DFF4` | Light accent backgrounds, tags, badges |36| Teal | `#70D3C6` | Success states, positive indicators, secondary accent |37| Purple | `#A16CF4` | Tertiary accent, highlights, callouts |38| Dark Teal | `#146055` | Dark accent for contrast, secondary text on light bg |39| Deep Purple | `#462E7D` | Dark accent alternative, premium/emphasis elements |4041### Neutral / UI Colors42| Name | Hex | Usage |43|-----------------|-----------|----------------------------------------------------------|44| Near White | `#F9F9F9` | Subtle background variation |45| Dark Text | `#111111` | Body text, maximum contrast |4647### Gradients48- Blue-to-purple gradient: `linear-gradient(135deg, #468AF7, #A16CF4)` — for hero sections, featured CTAs49- Teal-to-blue gradient: `linear-gradient(135deg, #70D3C6, #468AF7)` — for secondary highlights50- Full spectrum: `linear-gradient(90deg, #A16CF4, #E5DFF4, #70D3C6, #011C40, #468AF7)` — for decorative borders or thin accent lines5152---5354## Typography5556- **Font family:** `'DM Sans', sans-serif`57- **Google Fonts import:** `@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');`58- **Weights used:**59 - `400` (Regular) — Body text, descriptions60 - `500` (Medium) — Subheadings, labels, navigation61 - `700` (Bold) — Headlines, emphasis, buttons, session titles62- **Italic variants** available for all weights — use for quotes, annotations, secondary info6364### Type Scale (recommended)65| Element | Size | Weight | Letter-spacing |66|-----------------|--------|--------|----------------|67| H1 / Hero | 32–40px | 700 | -0.5px |68| H2 / Section | 22–28px | 700 | -0.3px |69| H3 / Card Title | 14–18px | 700 | 0 |70| Body | 14–16px | 400 | 0 |71| Caption / Label | 10–12px | 500 | 0.3–0.5px |72| Small / Fine | 8–10px | 400 | 0.2px |7374---7576## Design Principles77781. **Navy-first hierarchy:** Use Navy (#011C40) for primary headers, footers, and time/date blocks. It anchors every layout.792. **Blue for action:** Solum Blue (#468AF7) is reserved for links, buttons, CTAs, and interactive highlights.803. **Light backgrounds:** Default page background is #F2F2F9 or #F9F9F9. Use white (#FFFFFF) for cards.814. **Accent sparingly:** Teal (#70D3C6) and Purple (#A16CF4) are supporting colors — use for tags, badges, callout borders, and decorative accents. Never as primary background for large areas.825. **Generous whitespace:** Solum's brand feels clean and professional. Maintain at least 16px padding inside cards, 24px+ between sections.836. **Border radius:** Use `8px` for cards and containers, `20px` for pills/badges, `6px` for small elements.847. **Shadows (minimal):** `box-shadow: 0 1px 3px rgba(1, 28, 64, 0.08)` for subtle card elevation.8586---8788## CSS Starter Template8990```css91@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');9293:root {94 /* Primary */95 --solum-navy: #011C40;96 --solum-light-gray: #F2F2F9;97 --solum-blue: #468AF7;9899 /* Secondary */100 --solum-light-blue: #CCEAE5;101 --solum-lavender: #E5DFF4;102 --solum-teal: #70D3C6;103 --solum-purple: #A16CF4;104 --solum-dark-teal: #146055;105 --solum-deep-purple: #462E7D;106107 /* Neutrals */108 --solum-near-white: #F9F9F9;109 --solum-dark-text: #111111;110 --solum-white: #FFFFFF;111}112113body {114 font-family: 'DM Sans', sans-serif;115 color: var(--solum-dark-text);116 background: var(--solum-light-gray);117 line-height: 1.5;118}119```120121---122123## Contact Information (for Solum Health materials)124125- **JP Montoya**, CEO, Solum Health126- Email: jp@getsolum.com127- Phone: (628) 276-2659128- Website: getsolum.com