@import "_ui/gradients.css";
@import "_ui/appletv.css";

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: rgb(32, 44, 74);
	margin: 0;
	padding: 0;
	font-size: 12px;
	background: rgb(240, 242, 245);
}
body * {position: relative;}
input {font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 12px;
}

h6,h5,h4,h3,h2,h1 {
	position: relative;
	padding: 0;
	margin: 0;
	font-size: 16px;
}

header {
	padding: 0;
	margin: 0;
}

body {
	overflow: hidden;
	overflow-y: scroll;
}