@font-face {
  font-family: 'Rainmaker Script';
  src: url('/font/RainmakerScriptRegular.OTF') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AbrilFatface';
  src: url('/font/AbrilFatface-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.font-rainmaker {
  font-family: 'Rainmaker Script', cursive;
}

.font-AbrilFatface {
  font-family: 'AbrilFatface', cursive;
}



.montserrat{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}