This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* MBA Rock — Lesson Bundle CSS | |
| * Loaded site-wide via Squarespace Code Injection (Header). | |
| * Scoped to .mr-lesson container — won't leak into other parts of the site. | |
| * | |
| * Strategy: We do NOT try to override Site Styles globally. | |
| * Instead, the lesson container fully replaces the lesson page main content. | |
| */ | |
| /* --- Font import --- */ | |
| @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@400;500;600;700&display=swap'); |