/*
Theme Name: IDE
Description: Core+ WordPress Theme
Author: plue
Author URI: https://plue.tech
Version: 1.0.0
Text Domain: theme
*/

/* original accent blue color: #4790c4 */

body.wp-admin .wp-block-grouplink {
	pointer-events: none;
}

h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: 500;
}

h1 strong, h2 strong {
	font-weight: 700;
}

h1 strong {
	font-size: calc(var(--font-size-extralarge) + 0.5rem);
}

header.is-root-container a[href*="i-d-e-sachsen"]::before {
  content: "Neu: ";
  color: var(--color-accent);
}