@import url('https://www.attendzen.io/res/display/default/fonts/Inter/inter.css');

@-ms-viewport {
	width:device-width
}

/*html {
	font-size: 14px;
}

@media all and (min-width: 600px) {
	html {
		font-size: 15px;
	}
}*/

html {
	font-size: 15px;
}

@media all and (min-width: 800px) {
	html {
		font-size: 16px;
	}
}

@media all and (min-width: 1300px) {
	html {
		font-size: 17px;
	}
}

@media all and (min-width: 1600px) {
	html {
		font-size: 18px;
	}
}

body {
	padding: 0;
	margin: 0;
	background: var(--bgColor, #101820);
	color: var(--textColor, #333);
	font-family: 'Inter', sans-serif;
	font-size: 1rem;
	font-weight: 400;
}

a:link,
a:visited {
	color: var(--accent1, #e5077e);
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color: var(--accent1, #e5077e);
	text-decoration: underline;
}

img, svg {
	max-width: 100%;
	height: auto;
}

path, circle, polygon {
	fill: currentColor;
}

p, h1, h2 {
	margin: 0;
	color: var(--textColor, #333);
}

button:focus {
	outline: none;
}

#app {
	min-height: 100%;
}
