/*
 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 {
	--mimo-font-family: 'Be Vietnam Pro', sans-serif;
	--mimo-brand: #a8753d;
	--mimo-brand-soft: #c6a06c;
	--mimo-olive: #7b8068;
	--mimo-ink: #0a0a09;
	--mimo-white: #ffffff;
	--mimo-muted: #c8c8c4;
	--mimo-shell-width: 1600px;
}

body,
body.brx-body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
label,
button,
input,
select,
textarea,
.brxe-heading,
.brxe-text,
.brxe-text-basic,
.brxe-button,
.bricks-button {
	font-family: var(--mimo-font-family) !important;
}
