/*
Theme Name: morntag – Child Hello Elementor
Author: morntag
Description: A child theme for Hello Elementor, with some superpowers added by morntag.
Version: 1.5.9
Template: hello-elementor

This is the child theme for Hello Elementor theme.
*/

/* ==========================================================================
   Default styles
   ========================================================================== */

/* Remove underline from buttons */
.wp-block-button .wp-block-button__link {
  text-decoration: none;
}

/* Custom styling for outline of focused elements when navigating 
 with keyboard */
*:focus-visible {
  outline: 2px solid var(--e-global-color-primary);
  outline-offset: 2px;
}

/* ==========================================================================
   Custom styles (Begin every section with a comment like this).
   ========================================================================== */

b,
strong {
	font-weight: 700 !important;
}
