/**
 * Common styles for this theme
 */
/* -----------------------------------------------------------------------------
 * 
 * # GTM Section Headline
 * 
 * -------------------------------------------------------------------------- */
.wp-block-gtm-section-headline .wp-block-gtm-section-headline__headline {
  font-weight: bold;
}
.wp-block-gtm-section-headline.is-style-gtmt-small .wp-block-gtm-section-headline__headline {
  font-size: var(--wp--preset--font-size--lg);
}
.wp-block-gtm-section-headline.is-style-gtmt-medium .wp-block-gtm-section-headline__headline {
  font-size: var(--wp--preset--font-size--xl);
}
.wp-block-gtm-section-headline.is-style-gtmt-large .wp-block-gtm-section-headline__headline {
  font-size: var(--wp--preset--font-size--2-xl);
}