@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap");
body {
	font-family: "IBM Plex Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji",
    "EmojiSymbols";
}

h1, h2, h3, b, bold, strong, .feature h3, .feature h2, .feature h1 .featureAction a, .featureContent strong, .featureContent b { 
	font-weight: 600;
}

.feature h3, .feature h2, .feature h1 {
	line-height: 1.2;
	margin-top: 16px;
	margin-bottom: 10px;
}

.headerTitle, .headerSubtitle, .featureTitle {
    font-size: 20px !important;
}

.featureContent, .featureContent p, .featureContent li {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
}

ol, ul {
	margin: 0;
}

body[data-link-mode="button"] .featureAction a {
	margin: 8px 0 0 0;
	font-weight: 600;
	border-radius: 6px;
}

.headerTitle, .category { 
	font-weight: 600;
}