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

/*
html {
	height: 100%;
}
body {
    min-height: 100%;
}

html {
	display: flex;
	flex-direction: column;
}
body {
	flex-grow: 1;
}
*/

@font-face {
	font-family: 'chromatic-grotesque-regular-pro';
	src: url('https://stg-ammon-staging.kinsta.cloud/wp-content/themes/bricks-child/fonts/chromatic-grotesque-regular-pro.woff2') format('woff2'),
	url('https://stg-ammon-staging.kinsta.cloud/wp-content/themes/bricks-child/fonts/chromatic-grotesque-regular-pro.woff') format('woff'),
	url('https://stg-ammon-staging.kinsta.cloud/wp-content/themes/bricks-child/fonts/chromatic-grotesque-regular-pro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'chromatic-geometric-regular-pro';
	src: url('https://stg-ammon-staging.kinsta.cloud/wp-content/themes/bricks-child/fonts/chromatic-geometric-regular-pro.woff2') format('woff2'),
	url('https://stg-ammon-staging.kinsta.cloud/wp-content/themes/bricks-child/fonts/chromatic-geometric-regular-pro.woff') format('woff'),
	url('https://stg-ammon-staging.kinsta.cloud/wp-content/themes/bricks-child/fonts/chromatic-geometric-regular-pro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}