:root {
	/* Main colors */
	--1: #B4966A;

	/* Grey scale */
	--g1: #F9F9F9;
	--g2: #EAEAEA;
	--g3: #EEEEEE;
	--g4: #F0F0F0;
	--g5: #F5F5F5;
	--g6: #F7F7F7;
	--g7: #D8D8D8;

	/* Base colors */
	--text: #FFFFFF;
	--b: #000000;
	--b1: #1A1A1A;
	--w: #FFFFFF;

	/* Woocommerce states */
	--wError: #B81C23;
	--passwordBad: #B81C23;
	--passwordGood: #FFC733;
	--passwordStrong: #83C373;
	--orderProcessing: #EB882D;
	--orderPending: #E5CF48;
	--orderOnHold: #CDB52A;
	--orderCompleted: #169616;
	--orderCancelled: #AD3821;

	/* Fonts */
	--ff1: 'freight-display-pro', sans-serif;
	--ff2: 'sweet-sans-pro', sans-serif;
}

/* === Global Typography === */
h1, h2, h3, h4, h5, h6 {
	font-family: var(--ff1);
}

a, p, span, label {
	font-family: var(--ff2);
}

/* No margin paragraph container */
.no-margin p {
	margin: 0 0 20px 0 !important;
}

.no-margin p:last-child {
	margin-bottom: 0 !important;
}

/* Breadcrumb */
.woocommerce-breadcrumb, .woocommerce-breadcrumb a, .woocommerce-breadcrumb a:hover, .rank-math-breadcrumb, .rank-math-breadcrumb a, .rank-math-breadcrumb a:hover {
	font-family: var(--ff2) !important;
	font-size: 20px !important;
	font-weight: normal !important;
	line-height: normal !important;
	letter-spacing: normal !important;
	text-decoration: none !important;
	color: var(--w) !important;
}

.woocommerce-breadcrumb a, .rank-math-breadcrumb a, .woocommerce-breadcrumb a:hover, .rank-math-breadcrumb a:hover {
	color: var(--1) !important;
}

/**/
.text-footer-white p {
	font-family: var(--ff2) !important;
	font-size: 14px !important;
	font-weight: 300 !important;
	line-height: 1.3em !important;
	color: var(--w) !important;
}