@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Source+Sans+3:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,600&display=swap");
/* MindBridge shared typography design system */
:root{
--font-public-sans:"IBM Plex Sans",Arial,sans-serif;
--font-source-sans:"Source Sans 3",Arial,sans-serif;
--type-font-family:var(--font-public-sans);
--type-kicker-size:11px;--type-kicker-line:1.2;--type-kicker-weight:700;
--type-section-title-size:22px;--type-section-title-line:1.22;--type-section-title-weight:700;
--type-section-lead-size:14.5px;--type-section-lead-line:1.6;--type-section-lead-weight:400;
--type-page-lead-size:16px;--type-page-lead-line:1.62;--type-page-lead-weight:400;
--type-long-body-size:16px;--type-long-body-line:1.7;--type-long-body-weight:400;
--type-subsection-title-size:16px;--type-subsection-title-line:1.4;--type-subsection-title-weight:700;
--type-output-title-size:17px;--type-output-title-line:1.3;--type-output-title-weight:700;
--type-card-title-size:15px;--type-card-title-line:1.35;--type-card-title-weight:700;
--type-compact-title-size:14px;--type-compact-title-line:1.35;--type-compact-title-weight:700;
--type-card-body-size:14px;--type-card-body-line:1.58;--type-card-body-weight:400;
--type-feature-title-size:18px;--type-feature-title-line:1.28;--type-feature-title-weight:700;
--type-list-size:15px;--type-list-line:1.55;--type-list-weight:400;
--type-meta-size:11px;--type-meta-line:1.3;--type-meta-weight:650;
--type-support-size:12.5px;--type-support-line:1.5;--type-support-weight:400;
--type-nav-size:11.5px;--type-nav-line:1.3;--type-nav-weight:600;
--type-brand-size:13px;--type-brand-line:1;--type-brand-weight:700;
--type-brand-sub-size:7px;--type-brand-sub-line:1;--type-brand-sub-weight:700;
--type-fine-size:10.5px;--type-fine-line:1.55;--type-fine-weight:400;
}
@media(max-width:620px){
:root{
--type-section-title-size:20px;
--type-section-lead-size:13.5px;--type-section-lead-line:1.55;
--type-subsection-title-size:15px;
--type-output-title-size:16px;
--type-card-title-size:14px;
--type-compact-title-size:13px;
--type-card-body-size:13px;--type-card-body-line:1.55;
--type-feature-title-size:16px;--type-feature-title-line:1.25;
--type-list-size:14px;--type-list-line:1.5;
--type-meta-size:10px;--type-meta-line:1.25;
--type-support-size:12px;
}
}
