
body {
	font-family: "Work Sans", sans-serif;
}

@media (max-width: 478px) {
	:where(:root) .bricks-color-secondary {
		color: #0004ff;
	}
	
	:where(:root) .bricks-background-secondary {
		background-color: #0004ff;
	}
	
	:where(:root) .bricks-color-primary {
		color: #ffc824;
	}
	
	:where(:root) .bricks-background-primary {
		background-color: #ffc824;
	}
	
	:where(:root) .bricks-color-light {
		color: #40ff00;
	}
	
	:where(:root) .bricks-background-light {
		background-color: #40ff00;
	}
	
	:where(:root) .bricks-color-dark {
		color: #f01;
	}
	
	:where(:root) .bricks-background-dark {
		background-color: #f01;
	}
	
	:where(:root) * {
		border-color: #00ffb3;
	}
	
	:where(:root) .bricks-color-muted {
		color: #7f00ff;
	}
	
	:where(:root) .bricks-background-muted {
		background-color: #7f00ff;
	}
}
