/* Base spacing for internal use */
/* Default transition */
/* -----------------------------------------------------------------------------
 * 
 * # GTM Headline Block
 * 
 * -------------------------------------------------------------------------- */
.wp-block-gtm-headline__eyebrow {
  color: var(--wp--preset--color--primary);
}

.wp-block-gtm-headline__tagline {
  margin-top: 0.5em;
  color: var(--wp--preset--color--secondary-text);
}
.wp-block-gtm-headline__tagline:not(div) {
  font-weight: 500;
}

/**
 * Hero style
 */
.is-style-gtm-headline-hero .wp-block-gtm-headline__headline {
  font-size: var(--gtm--theme--font-size--6-xl);
}
.is-style-gtm-headline-hero .wp-block-gtm-headline__tagline {
  font-size: var(--gtm--theme--font-size--2-xl);
}

/**
 * Huge style
 */
/**
 * Large style
 */
/**
 * Medium style
 */
/**
 * Small style
 */