@font-face {
    font-family: NexaBold;
    src: url(../fonts/NexaBold.ttf);
  }

  @font-face {
    font-family: NexaLight;
    src: url(../fonts/NexaLight.ttf);
  }

  @font-face {
    font-family: NexaTextBold;
    src: url(../fonts/NexaTextBold.ttf);
  }

  @font-face {
    font-family: NexaTextLight;
    src: url(../fonts/NexaTextLight.ttf);
  }

  @font-face {
    font-family: NunitoBold;
    src: url(../fonts/Nunito-Bold.ttf);
  }

  @font-face {
    font-family: NunitoItalic;
    src: url(../fonts/Nunito-Italic.ttf);
  }

  /* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #136ad5; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

  body {
    font-family: 'NexaBold';
  }