/*
 Theme Name:   Camebridge Telecom
 Theme URI:    https://octopress.co/
 Description:  This is a bespoke child theme built by Octopress & 83 Marketing. It requires the Bricks Builder parent theme framework.
 Author:       Octopress
 Author URI:   https://octopress.co/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/



.home-blog-0 {
	background-color: var(--secondary);
}
.home-blog-1 {
	background-color: var(--tertiary);
}
.home-blog-2 {
	background-color: var(--accent);
}





/* Block editor styles */

.brxe-gb-inner-blocks .wp-block-heading {
	font-weight: 400;
}

.has-small-font-size {
	font-size: var(--default-font-size, var(--text-s));
}
.has-medium-font-size {
	font-size: var(--default-font-size, var(--text-m));
}
.has-large-font-size {
	font-size: var(--default-font-size, var(--text-l));
}
.has-x-large-font-size {
	font-size: var(--default-font-size, var(--text-xl));
}


h1.has-small-font-size, h2.has-small-font-size, h3.has-small-font-size, h4.has-small-font-size, h5.has-small-font-size, h6.has-small-font-size {
	font-size: var(--h4);
}
h1.has-medium-font-size, h2.has-medium-font-size, h3.has-medium-font-size, h4.has-medium-font-size, h5.has-medium-font-size, h6.has-medium-font-size {
	font-size: var(--h3);
}
h1.has-large-font-size, h2.has-large-font-size, h3.has-large-font-size, h4.has-large-font-size, h5.has-large-font-size, h6.has-large-font-size {
	font-size: var(--h2);
}
h1.has-x-large-font-size, h2.has-x-large-font-size, h3.has-x-large-font-size, h4.has-x-large-font-size, h5.has-x-large-font-size, h6.has-x-large-font-size {
	font-size: var(--h1);
}




.wp-block-separator {
	/* margin: calc(var(--space-s) - var(--space-xs)) 0; */
	margin: calc(var(--space-l) - var(--space-s)) 0;
	border-top-color: var(--base) !important;
}

.wp-block-button__link {
	background-color: var(--primary);
	padding: var(--btn-pad-y) var(--btn-pad-x) !important;
}
.wp-block-button__link:hover {
	color: var(--primary-ultra-light);
	background-color: var(--primary-hover);
}

