body {
	margin: 0;
	width: 100%;
	padding: 0;
	background: #F4F4F5;
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url("Inter-Regular.woff2?v=3.19") format("woff2"),
	   url("Inter-Regular.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 700;
  font-display: swap;
  src: url("Inter-Bold.woff2?v=3.19") format("woff2"),
	   url("Inter-Bold.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 300;
  font-display: swap;
  src: url("../Fonts/Inter-Light.woff2") format("woff2"),
	   url("../Fonts/Inter-Light.woff") format("woff");
}

.footer-container {
	width: 100%;
	height: auto;
	/* margin: 0 auto; */
	display: flex;
	align-items: center;
	flex-direction: column;
	background: #FC625A;
	padding-top: 8px;
	/* position: sticky; */
	/* bottom: 0;
	left: 0; */
}

.social-links {
	display: flex;
	margin: auto;
	padding: 4px;
	gap: 10px;
}

.social-logo {
	width: 24px;
	height: 24px;
}

.company-text {
	font-family: 'Inter', sans-serif !important;
	font-weight: normal;
	/* font-size: 14px; */
	color: #FCCFCF;
}


