@font-face {
    font-family: 'videon-light';
    src: url('fonts/VideonWeb-Light.woff2') format('woff2'),
	url('fonts/VideonWeb-Light.woff') format('woff');
}

@font-face {
    font-family: 'videon-regular';
    src: url('fonts/VideonWeb-Regular.woff2') format('woff2'),
	url('fonts/VideonWeb-Regular.woff') format('woff');
}

@font-face {
    font-family: 'videon-medium';
    src: url('fonts/VideonWeb-Medium.woff2') format('woff2'),
	url('fonts/VideonWeb-Medium.woff') format('woff');
}

@font-face {
    font-family: 'videon-bold';
    src: url('fonts/VideonWeb-Bold.woff2') format('woff2'),
	url('fonts/VideonWeb-Bold.woff') format('woff');
}


body {
	font-family: "videon-regular";
/*    overflow-x: hidden;
    overflow-y: scroll;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 150%;
    -ms-text-size-adjust: 150%;
}


p {
	font-size: 12px;
	line-height: 13.5px;
}

a {
  text-decoration: underline;
  color: black;
}

a:visited {
  color: black;
}

a:hover {
  color: #de0daf;
}

a:active {
  color: black;
}

.bold {
	font-family: "videon-bold";
}

.color {
	color: #de0daf;
}

