/* BREAKPOINT MOBILE */
@media (max-width: 768px) {

	:root {

		/* BORDERS */
		/* ------------------------------------ */

		/* BORDER RADIUS */
		--br-large			:	24px;
		--br-button			:	5000px;
		--br-input			:	8px;
		--br-carousel		:	16px;
		--br-full			:	5000px;
		--br-full-percent	:	100%;
		--br-checkbox		:	5px;
		--br-card			:	20px;
		--br-pagination		:	8px;
		--br-homepage-hero	:	0 0 64px 0;

	}

}