/* =Variables
-------------------------------------------------------------- */

:root {
	--transition-all: all 0.3s ease-in-out 0s;
	--transition-opacity: opacity 0.3s ease-in-out 0s;
	--transition-maxheight: max-height 0.3s ease-in-out 0s;
	--page-content-padding: 20px;
	--padding-content: 40px;
	--red: #ee5858;
}
