/*
 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
*/

:root {
	--header-height: 10rem;
	--offset-container-width: 110rem;
	--heading-2: calc(var(--h2) * 1.15)
}

html {
  overflow-x: hidden;
  margin-right: calc(-1 * (100vw - 100%));
}

img {
	border-radius: var(--radius-s);
}

.brx-body {
font-size: var(--text-s);
}	
