/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* Neue Montreal Line Height Trim */
:is(h1, h2, h3, h4, h5, h6, p, blockquote)::before {
	content: "";
	display: table;
	margin-bottom: calc(-0.5lh + 0.358em);
}

:is(h1, h2, h3, h4, h5, h6, p, blockquote)::after {
	content: "";
	display: table;
	margin-bottom: calc(-0.5lh + 0.358em);
}

/* Strong Text Styling */
strong {
  font-weight: 400;
  font-variation-settings: 'wght' 600;
}

/* SVG Styling */
svg:not([height]) {
    min-height: unset;
}

svg:not([width]) {
    min-width: unset;
}

svg {
  overflow: visible;
}

/* Type Size Adjustments */
@media (max-width: 1200px) and (min-width: 320px) {
  :root {
    --font-size--h1: clamp(2.125rem, 1.818vw + 1.761rem, 3.125rem) !important;
  }
}