:root {
	--font-awe: 'Font Awesome 6 Free';
	/* --page-width: 980px; */
	--font-reg: 'Open Sans';
	--font-alt: 'Montserrat';
	--color: #000000;
	--alto-red: #ae3324;
	--alto-black: #000000;
	--alto-white: #ffffff;
	--pale-red: #cf5e51;
	--dark-red: #7D3324;
	--yellow: #FDD63F;
	--border-grey: #bbb;
	--bg-grey: #e5e7eb;
	--bg-fake-white: #f7f7f7;
	/* --color: #d3d3d3;
	--grey: #777;
	--color-placeholder: #ccc;
	--border-input: 1px solid #444; */
}

/* @media only screen and (max-width: 600px)  {
  :root {
    --page-width: 100%;
  }
} */
