@font-face {
    font-family: Roboto;
    src: url(Roboto-Light.ttf);
}

@font-face {
    font-family: Roboto-Bold;
    src: url(Roboto-Bold.ttf);
}

@font-face {
  font-family: Cursiva-Great;
  src: url(Satisfy-Regular.ttf);
}

*{
  font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}

.bold{
    font-family: 'Roboto-Bold', sans-serif ;
    font-weight: bold;
  }

  .cursiva{
    font-family: 'Cursiva-Great' , sans-serif !important;
    font-weight: bold;
    text-transform: none !important;
    font-size: 120px;
  }