@font-face {
    font-family: Segoe UI Regular;
    src: url("/public/fonts/segoeui.ttf");
}

@font-face {
    font-family: Segoe UI Light;
    src: url("/public/fonts/segoeuil.ttf");
}

input, label, .output, .ballon, .radioLabel, li, a, span, div, p, button {
	font-family: Segoe UI Regular;
	font-size: 14px;
	font-style: normal;
}
header > a {
	text-decoration: none;
}
h1, h2, h3 {
	font-family: Segoe UI Light;
	font-weight: normal;
}
h1 {
	font-style: normal;	
	font-size: 72px;
}

h2, h3 {
	margin: 0;
	font-style: normal;	
	color: #334033;
}

h2 {
	line-height: 35px;
	font-size: 28px;
	margin-top: 5px;
	margin-bottom: 0px;
}

h2:first-child {
	margin-top: 0px;
}

h3 {
	font-size: 16px;
}