@font-face {
  font-family: "ASans";
  src: url("https://files.persona.co/108656/AlegreyaSansSC-Medium.ttf") format("truetype");
  font-weight: 600;
}


@font-face {
  font-family: "LITC";
  src: url("https://files.persona.co/111671/LITC.woff") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "En ex";
  src: url("https://files.persona.co/111671/En-ex.woff") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Tend";
  src: url("https://files.persona.co/111671/Tend.woff") format("truetype");
}

.textbody {
    font-family: 'LITC';
    font-size: 20px;
}

.texth1 {
    font-family: 'Tend';
    font-size: 25px;
}

.texth2 {
    font-family: 'En ex';
    font-size: 16px;
}

.buttondesk {
  border: none;
  background: transparent;
  color: white;
  padding: 8px 8px;
  text-align: center;
  font-family: 'ASans';
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 0;
  transition-duration: 0.4s;
  cursor: pointer;
}

.buttondesk:hover {
    background-color: none; 
    color: gold;
    border: none;
}

.buttonmob {
  border: none;
  background: transparent;
  color: white;
  padding: 0px 4px;
  text-align: center;
  font-family: 'ASans';
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 0;
  transition-duration: 0.4s;
  cursor: pointer;
}

.buttonmob:hover {
    background-color: none; 
    color: gold;
    border: none;
}





