Styleguide
Internal reference for the MaxWell Performance design system. Typography, colours, spacing, and reusable component classes — all defined in global.css.
Colours
Brand palette — 3 colours
#F7F5F0
#B7775C
#D8C3A5
Derived tokens
#2C1A12
rgba(216,195,165,0.5)
Typography
Heading font — Optima
Aa
--font-heading: 'Optima', 'Georgia', sans-serif
Body font — Manrope / Avenir Next
Aa
--font-body: 'Avenir Next', 'Manrope', 'Helvetica Neue', sans-serif
Heading scale
Body scale
Spacing
0.5rem / 8px
1rem / 16px
1.5rem / 24px
2.5rem / 40px
4rem / 64px
7rem / 112px
10rem / 160px
Buttons
.btn .btn-outline-light
Labels & Links
Divider
<hr class="divider" />
Forms
.form-field · .form-input · .form-row · .form-select · .form-submit
Page Heroes
Text Hero (light)
.page-text-hero · .page-text-hero__inner · .page-text-hero__title
Page Title Goes Here
Dark Hero
.page-dark-hero · .page-dark-hero__inner · .page-dark-hero__title · .page-dark-hero__subtitle
Dark Hero Title
A subtitle that describes this section with more detail.
Statement Section
.statement · .statement__container · .statement__text
This is a centered statement block, used for mission statements, belief sections, and approach descriptions. It uses the heading font at a comfortable reading size.
Call to Action →Image + Text Split
.imgtext · .imgtext__grid · .imgtext__img · .imgtext__content · .imgtext__top · .imgtext__heading · .imgtext__bottom · .imgtext__body
Use .imgtext__content--bordered-right to flip the border to the right side (text-left layout).
Heading text goes here.
Body paragraph one. This demonstrates the standard image-left, text-right layout with border-left on the content column.
Body paragraph two. Additional detail that supports the heading above.
Layout Tokens
| Token | Value | Usage |
|---|---|---|
--container-max | 1440px | Max content width |
--container-pad | clamp(1.25rem, 4vw, 3rem) | Edge padding, aligns all content |
--header-height | 5rem | Fixed header offset |
--radius-sm | 6px | Cards, small elements |
--radius-md | 12px | Larger elements |
Transitions
| Token | Value |
|---|---|
--transition-fast | 0.15s cubic-bezier(0.4, 0, 0.2, 1) |
--transition-base | 0.3s cubic-bezier(0.4, 0, 0.2, 1) |
--transition-slow | 0.6s cubic-bezier(0.4, 0, 0.2, 1) |