@font-face {
    font-family: 'Roboto-Regular';
    src: url('Font/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('Font/Roboto-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('Font/Roboto-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-ExtraBold';
    src: url('Font/Roboto-Black.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
  font-family: Arial;
  font-size: 0.875em;
}

h1 {
  margin: 0;
    font-size: 1.5em;
    font-family: "Roboto-Bold";
}

h2 {
  font-size: 1.3em;
  margin: 10px 0;
  font-family: "Roboto-Bold";
  font-weight:100;
}

h3 {
   font-size: 1.15em;
   margin: 10px 0;
   font-family: "Roboto-Bold";
   font-weight:100;
}

h4 {
  font-size: 1em;
    margin: 10px 0;
    font-family: "Roboto-Bold";
   font-weight:100;
}

a {
  text-decoration: none;
  color: #137685;
}

a:hover {
  text-decoration: underline;
  color: #1fa5b9;
}

span.important {
  color: rgb(138, 0, 32);
}