/* Swiss Graduate School of Health & Longevity — Design System
 * Global stylesheet entry point. @import this file in all consuming projects.
 * All rules live in the token files below; never add inline rules here.
 */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@300;400;500;600&display=swap');
@import './tokens/reset.css';
@import './tokens/colors.css';
@import './tokens/typography.css';
@import './tokens/spacing.css';
@import './tokens/borders.css';
