
@font-face {
  font-family: roboto;
  src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: roboto;
  src: url(../fonts/Roboto-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: roboto;
  src: url(../fonts/Roboto-Italic.ttf);
  font-style: italic;
}


BODY {
    font-family: "roboto" !important;
/*    font-size: 110%; */
}


.big {
    font-size: 110%;
}

.pointer {
  cursor: pointer;
}

.big-2 {
    font-size: 150%;
}

.bold {
    font-weight: bold;
}

.width120 {
    width: 160px;
}

/* Default page background */
.bg-background {
    background-color: #ffffff;
}

.bg-lightgray {
    background-color: #dddddd !important;
}
