/* Fonts */
@font-face {
  font-family: 'AloeveraDisplay';
  src: url('../assets/fonts/AloeveraDisplay-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AloeveraDisplay';
  src: url('../assets/fonts/AloeveraDisplay-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'AloeveraDisplay';
  src: url('../assets/fonts/AloeveraDisplay-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'AloeveraDisplay';
  src: url('../assets/fonts/AloeveraDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'AloeveraDisplay';
  src: url('../assets/fonts/AloeveraDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'CayanoPro';
  src: url('../assets/fonts/CayanoPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
