/**
 * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
.ck.ck-heading_heading1 .ck-button__label{
	font-size:20px;
}

.ck.ck-heading_heading2 .ck-button__label{
	font-size:17px;
}

.ck.ck-heading_heading3 .ck-button__label{
	font-size:14px;
}

.ck[class*="ck-heading_heading"]{
	font-weight:bold;
}