@font-face {
  font-family: 'JosefinSans';
  src: url('../fonts/JosefinSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'JosefinSans';
  src: url('../fonts/JosefinSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Guttery';
  src: url('../fonts/Guttery.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.aviso h1, h2, h3, h4, h5, h6 {
  font-family: 'JosefinSans', sans-serif;
  font-weight: bold;
}

.aviso p {
    font-family: 'JosefinSans', sans-serif;
    font-weight: normal;
    color: #333;
}