/* Theme Name: verlag */

/**
 * WordPress font-size preset mappings
 * Maps WordPress fontSize presets to actual CSS sizes
 * Using specific selectors for higher specificity instead of !important
 */
/* Paragraph font sizes */
p.has-small-font-size,
.wp-block-paragraph.has-small-font-size {
	font-size: 1.125rem;
}

p.has-medium-font-size,
.wp-block-paragraph.has-medium-font-size {
	font-size: 1.875rem;
}

p.has-large-font-size,
.wp-block-paragraph.has-large-font-size {
	font-size: 3rem;
}

/* Heading font sizes - apply to all heading levels */
h1.has-small-font-size,
h2.has-small-font-size,
h3.has-small-font-size,
h4.has-small-font-size,
h5.has-small-font-size,
h6.has-small-font-size,
.wp-block-heading.has-small-font-size {
	font-size: 1.125rem;
}

h1.has-medium-font-size,
h2.has-medium-font-size,
h3.has-medium-font-size,
h4.has-medium-font-size,
h5.has-medium-font-size,
h6.has-medium-font-size,
.wp-block-heading.has-medium-font-size {
	font-size: 1.875rem;
}

h1.has-large-font-size,
h2.has-large-font-size,
h3.has-large-font-size,
h4.has-large-font-size,
h5.has-large-font-size,
h6.has-large-font-size,
.wp-block-heading.has-large-font-size {
	font-size: 3rem;
}

h1.has-x-large-font-size,
h2.has-x-large-font-size,
h3.has-x-large-font-size,
h4.has-x-large-font-size,
h5.has-x-large-font-size,
h6.has-x-large-font-size,
.wp-block-heading.has-x-large-font-size {
	font-size: 3.875rem;
}


/* Hide WPML frontend bars shown below the site footer. */
/* body .wpml-ls-statics-footer,
body .otgs-development-site-front-end {
	display: none !important;
} */
