Styleguide

Brand tokens, typography, buttons, and Section block options for building interior page content.

Design tokens

Colors

Core MASA palette from Figma. Use these CSS variables in blocks and custom CSS.

Brand

Primary

--color-primary

#1F3F5A

Primary Light

--color-primary-light

#93A4B3

Primary Dark

--color-primary-dark

#15222D

Primary Lightest

--color-primary-lightest

#CAD6E1

Secondary

--color-secondary

#6D8D3E

Secondary Light

--color-secondary-light

#BDD49B

Secondary Dark

--color-secondary-dark

#32411C

Secondary Lightest

--color-secondary-lightest

#EAF4DB

Neutrals & utility

Dark

--color-dark

#171B15

Light (cream)

--color-light

#F5F3EB

Medium

--color-medium

#919191

Tertiary / accent

--color-tertiary

#B1464E

Background

--color-background

#FFFFFF

Success

--color-success

Warning

--color-warning

Error

--color-error

Type scale

Typography

Headings, body copy, and inline styles as they appear in page content and Section blocks.

Subhead / eyebrow

Heading 1 — page title scale

Heading 2 — section title

Heading 3 — subsection

Heading 4

Heading 5
Heading 6

Body paragraph with an inline link, strong emphasis, italic emphasis, and a bit of longer copy so you can judge line length and rhythm: MASA supports ambulatory surgery centers across Michigan through advocacy, education, collaboration, and industry resources.

A second paragraph stacks under the first. Keep body bands readable — prefer contentMaxWidth=standard or default for long-form sections.

Blockquote: “Supporting Michigan’s ASC community through leadership, connection, and a shared commitment to high-quality outpatient care.”

— MASA

Unordered list

  • Advocacy and legislative engagement
  • Year-round education and events
  • Member resources and networking
    • Nested item example
    • Another nested item
  • Committee participation

Ordered list

  1. Join as a member facility
  2. Complete your profile in the Members Area
  3. Register for the next education day
  4. Engage with a committee

Actions

Buttons

Common button classes used across Home, interior pages, and Section CTAs.

Solid

Hollow

On dark / brand surfaces

Text / invisible

Page building

Content patterns

How common interior copy tends to read inside Section blocks — use these as a visual check when composing About, Committees, and resource pages.

Intro band

Supporting Michigan’s ASC community

The Michigan Ambulatory Surgery Association supports ambulatory surgery centers across the state through advocacy, education, collaboration, and industry resources that help members deliver high-quality outpatient care.

Explore the committees below to learn more about their areas of focus and opportunities to get involved.

Callout

Ready to get involved?

Membership connects your center with statewide advocacy, education days, and peer networks.

Join Today!

Full-bleed band

Edge-to-edge brand section

Use full-width Section backgrounds for emphasis. Keep copy short and pair with a clear CTA.

Explore membership

Data

Tables

Default table styling for schedules, fee lists, and comparison content.

Session Track Time
Opening remarks General 8:30 AM
Reimbursement update Operations 9:15 AM
Clinical quality roundtable Clinical 10:30 AM

Feedback

Alerts

Neutral alert — general notice for members.

Success — your registration was received.

Warning — this event is near capacity.

Error — please correct the highlighted fields.

Gravity Forms markup

Forms

Base field styles mapped to Gravity Forms class names (demo markup only).

Sample inquiry

Demonstrates labels, inputs, validation, and submit.
  • Please enter a valid email.
Thanks! Your submission has been received.
There was a problem with your submission. Please check the fields above.

masa/section

Section backgrounds

Contained + default max width — one of each background option.

isContained=true · background=transparent · contentMaxWidth=default · removeSidePadding=false

Background: transparent

Transparent background — inherits the page surface.

Example link

isContained=true · background=light · contentMaxWidth=default · removeSidePadding=false

Background: light

Light cream background (`--color-light`).

Example link

isContained=true · background=dark · contentMaxWidth=default · removeSidePadding=false

Background: dark

Dark background with light text treatment.

Example link

isContained=true · background=primary · contentMaxWidth=default · removeSidePadding=false

Background: primary

Primary brand blue background.

Example link

isContained=true · background=primary-light · contentMaxWidth=default · removeSidePadding=false

Background: primary-light

Soft primary-tint background with primary headings.

Example link

isContained=true · background=secondary · contentMaxWidth=default · removeSidePadding=false

Background: secondary

Secondary green background.

Example link

isContained=true · background=secondary-light · contentMaxWidth=default · removeSidePadding=false

Background: secondary-light

Soft secondary-tint background.

Example link

isContained=true · background=white · contentMaxWidth=default · removeSidePadding=false

Background: white

White panel with light border.

Example link

isContained=true · background=image · contentMaxWidth=default · removeSidePadding=false

Background: image

Image background with dark overlay for legibility.

Example link

masa/section

Content max widths

Contained light sections at each max-width setting.

isContained=true · background=light · contentMaxWidth=default · removeSidePadding=false

Max width: default

contentMaxWidth=default on a contained light section.

Example link

isContained=true · background=light · contentMaxWidth=standard · removeSidePadding=false

Max width: standard

contentMaxWidth=standard on a contained light section.

Example link

isContained=true · background=light · contentMaxWidth=small · removeSidePadding=false

Max width: small

contentMaxWidth=small on a contained light section.

Example link

masa/section

Layout flags

Contained vs full-bleed, and side-padding removal.

isContained=true · background=primary-light · contentMaxWidth=default · removeSidePadding=false

Contained width

isContained=true — section stays inside the content column.

Example link

isContained=false · background=primary · contentMaxWidth=default · removeSidePadding=false

Full width

isContained=false — background bleeds edge-to-edge via the full-bleed pseudo.

Example link

isContained=true · background=white · contentMaxWidth=default · removeSidePadding=true

No side padding

removeSidePadding=true — horizontal padding cleared for edge-flush inner content.

Example link

isContained=false · background=image · contentMaxWidth=default · removeSidePadding=false

Full width + image

Full-bleed image background with overlay.

Example link

masa/section

Useful combos

Common pairings for interior pages.

isContained=true · background=light · contentMaxWidth=standard · removeSidePadding=false

Contained · light · standard

Readable body band for long-form copy.

Example link

isContained=true · background=secondary · contentMaxWidth=small · removeSidePadding=false

Contained · secondary · small

Narrow CTA / callout treatment.

Example link

isContained=false · background=dark · contentMaxWidth=default · removeSidePadding=true

Full · dark · no side padding

Edge-to-edge dark band for media-heavy layouts.

Example link