/* 
Theme Name: Mediemakker Child Theme
Theme URI: https://mediemakker.dk/
Description: Specialudviklet WordPress child theme designet af Mediemakker. Bygget med genbrugelige komponenter og shortcodes.
Author: Mediemakker
Author URI: https://mediemakker.dk/
Template: hello-elementor
Version: 2.0.0
Text Domain: mediemakker-theme
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Tekstfelter fra Mediemakker > Tekster bevarer sektionens design, også når de gøres klikbare. */
.mediemakker-content-output a {
	color: inherit;
	text-decoration-color: currentColor;
}

.mediemakker-content-output > :first-child {
	margin-top: 0;
}

.mediemakker-content-output > :last-child {
	margin-bottom: 0;
}

/* Kundens ønskede globale typografi før live: Times New Roman overalt på sitet. */
body,
h1, h2, h3, h4, h5, h6,
p, a, span, li, em, strong,
button, input, textarea, select, label, summary,
.mediemakker-content-output {
	font-family: "Times New Roman", Times, serif !important;
}
