@font-face {
	font-family: 'Inter';
	src:         url('/fonts/Inter_18pt-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style:  normal;
}

@font-face {
	font-family: 'Inter';
	src:         url('/fonts/Inter_18pt-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style:  normal;
}

@font-face {
	font-family: 'Inter';
	src:         url('/fonts/Inter_18pt-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style:  normal;
}

@font-face {
	font-family: 'Inter';
	src:         url('/fonts/Inter_18pt-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style:  normal;
}

body.custom-bg {
	background-image: none;
	background-color: #EEFBFC;
}
.logo-image {
	width:         225px;
	height:        25px;
	margin-bottom: 56px;
}
.esim-features path {
	fill: var(--url-color);
}
#auth-tabs .nav-link.active {
	color: var(--url-color) !important;
}
#recovery-password-wrapper .reset-password:hover, #recovery-password-wrapper .recovery-password-button:hover, #sign-up .register-button:hover, #sign-in .login-button:hover {
	background-color: var(--primary-hover);
}

#header .logo .logo-img {
	width:      164px;
	height:     18px;
	margin-top: 20px;
}