Skip to content

Brand-Aligned

Every page built with the design system should be immediately recognizable as part of the University of Georgia. The system operationalizes the guidelines from the UGA Brand Style Guide, embedding the official color palette, approved typefaces, and standard university header and footer.

The palette includes primary colors (Arch Black, Bulldog Red, Chapel Bell White), secondary colors organized into vibrant, rich, dark, and neutral families, and utility grays. All values are available as Sass variables and as utility classes.

For the full palette with values and usage examples, see the Colors documentation.

Three typeface families are used, each with a specific role. All three are loaded from Google Fonts.

FamilySass variableRoleUse cases
Oswald$font-sansDisplay / headingsPage titles, section headings, hero text
Merriweather$font-serifBody / long-formParagraphs, article text, block quotes
Merriweather Sans$font-alt / $font-stack-primaryUI / interfaceNavigation, buttons, form labels, captions

Font sizes are drawn from a fixed scale rather than arbitrary values. The $font-sizes map provides seven named stops:

KeyMultiplierSize (at 1 em = 16 px)
xs1.125 em18 px
sm1.375 em22 px
md1.625 em26 px
lg1.75 em28 px
xl2.25 em36 px
xxl2.5 em40 px
xxxl4 em64 px

Utility classes like util-font-size-lg and component mixins reference these keys so that type sizing remains proportional and consistent.

For typography element styles and utility classes, see the Typography documentation.