Color — existing template tokens (keep as-is)
Already defined in client/app/shared/theme/_variables.scss — match the live site's masthead/button red exactly. No change needed.
Color — new tokens for this migration
Not yet in _variables.scss — add these for hero/footer parity with the live site.
Typography
Live site loads freight-sans-pro for both headings and body via Cornell's Typekit kit (use.typekit.net/nwp2wku.css) — link this kit in client/index.html rather than copying font files (Adobe/Typekit license). Fallbacks below match the template's current placeholders.
900 italic
Empowering Responsible AI
--heading-font
Page title heading
accent-colored
Section heading
--body-font 16px
Body copy uses freight-sans-pro with a Verdana/Tahoma fallback stack, 16px base to avoid mobile auto-zoom on inputs (see _accessability.scss).
13px, #666
June 15, 2026 · Articles
Read more in the full article.
Spacing scale
From _spacing.scss / _flex.scss — unchanged, reused directly.
Breakpoints
From _variables.scss — the mobile nav/menu collapse threshold used across the live site is $screen-sm-min (768px).
| Variable | Value | Usage |
|---|---|---|
$screen-xs-min | 480px | Smallest phone breakpoint |
$screen-ks-min | 624px | Small tablet |
$screen-sm-min | 768px | Nav/menu collapse — hamburger below this width |
$screen-mobile-min | 868px | Mobile-max helper |
$screen-md-min | 992px | Container-fluid gutters kick in |
$screen-ml-min | 1080px | Medium-large |
$screen-lg-min | 1200px | Large desktop |
$screen-xl-min | 1480px | Wide desktop |
$cwd-container-fluid-max-width | 1280px | Max content width, matches live site's centered column |
Cornell branding & logo usage
SVGs already live in client/assets/ (seal) — the wordmark + reduced-white variant + chevron icon need to be copied in alongside it (see migration plan, "Static asset migration").
cornell_logo_simple_b31b1b.svg
cornell-reduced-white.svg
cornell_seal.svg
icon_chevron_right_white.svg
Both "logo" SVGs shipped by the theme are actually the white-fill circular seal at different weights — the textual "Cornell University / AI Innovation Hub" wordmark seen in the live masthead is rendered as HTML text, not an image/SVG.