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


/* Redefine undefined variables */

:root {
	--btn-transition-duration: .3s;
}


/* Page transitions */

@view-transition {
	navigation: auto;
}


/* Hard scroll stop at beginning and end of page */

body {
  overscroll-behavior-y: none;
}


/* Sync Bricks notification styling with ACSS form styling */

:where(.brxe-form) .message {
    border-style: solid;
    border-width: var(--btn-border-width);
    border-color: currentColor;
    border-radius: var(--btn-radius);
}