@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter-ExtraLight.woff2") format("woff2"), url("../fonts/Inter-ExtraLight.woff") format("woff");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter-Thin.woff2") format("woff2"), url("../fonts/Inter-Thin.woff") format("woff");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter-ExtraBold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Outfit';
	src: url("../fonts/Outfit-Light.woff2") format('woff2'), url("../fonts/Outfit-Light.woff") format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Outfit';
	src: url("../fonts/Outfit-Medium.woff2") format('woff2'), url("../fonts/Outfit-Medium.woff") format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Outfit';
	src: url("../fonts/Outfit-Regular.woff2") format('woff2'), url("../fonts/Outfit-Regular.woff") format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Outfit';
	src: url("../fonts/Outfit-SemiBold.woff2") format('woff2'), url("../fonts/Outfit-SemiBold.woff") format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Outfit';
	src: url("../fonts/Outfit-Thin.woff2") format('woff2'), url("../fonts/Outfit-Thin.woff") format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Outfit';
	src: url("../fonts/Outfit-Black.woff2") format('woff2'), url("../fonts/Outfit-Black.woff") format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Outfit';
	src: url("../fonts/Outfit-Bold.woff2") format('woff2'), url("../fonts/Outfit-Bold.woff") format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Outfit';
	src: url("../fonts/Outfit-ExtraBold.woff2") format('woff2'), url("../fonts/Outfit-ExtraBold.woff") format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Outfit';
	src: url("../fonts/Outfit-ExtraLight.woff2") format('woff2'), url("../fonts/Outfit-ExtraLight.woff") format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}




:root {
	--font-primary:  "Inter", sans-serif;
	--font-secondary: "Outfit", sans-serif;

	--transition-primary: all 0.4s ease-in-out;
}


* {
	box-sizing: border-box;
}

body,html {
	margin: 0;
	padding: 0;
	font-family: var(--font-primary);
}

a {
	text-decoration: none;
	transition: var(--transition-primary);
}

a, h1, h2, h3, h4, h5, h6, p, div, img, blockquote, figure, label {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	letter-spacing: 0;
}
img{
	max-width: 100%;
	display: block;
}

ul, ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}
input[type="search"]::-webkit-search-decoration,
	input[type="search"]::-webkit-search-cancel-button,
	input[type="search"]::-webkit-search-results-button,
	input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance:none;
}
button{
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	outline: none;
	cursor: pointer;
}
button:before,
button:after{
	display: none;
}

blockquote {
	border: 0;
}

/* Common CSS */
.cus-container{
	max-width: 1536px;
	width: 100%;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
}