@font-face {
  font-family: Light;
  src: url(../fonts/OpenSans-Light.ttf);
}

@font-face {
  font-family: Regular;
  src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
  font-family: Medium;
  src: url(../fonts/OpenSans-Medium.ttf);
}

@font-face {
  font-family: SemiBold;
  src: url(../fonts/OpenSans-SemiBold.ttf);
}

@font-face {
  font-family: Bold;
  src: url(../fonts/OpenSans-Bold.ttf);
}

.Light {
  font-family: Light;
}

.Regular {
  font-family: Regular;
}

.Medium {
  font-family: Medium;
}

.Bold {
  font-family: Bold;
}

.SemiBold {
  font-family: SemiBold;
}

h1,
h2 {
  font-family: Bold;
  font-weight: unset;
  line-height: 1.2;
}

h3,
h4,
h5,
h6 {
  font-family: SemiBold;
  font-weight: unset;
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label{
  margin: 0;
}

label {
  font-family: Medium;
  font-weight: unset;
}
b,
strong {
  font-family: Medium;
  font-weight: unset;
}

button {
  font-family: Regular;
  font-size: 15px;
  font-weight: unset;
}
a,
input,
li,
p,
textarea {
  font-family: Regular;
  margin: 0;
}

a:hover{
  text-decoration: none;
}