@font-face {
  font-family: 'lato';
  src: url('../fonts/Lato/Lato-Regular.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'lato';
  src: url('../fonts/Lato/Lato-Thin.ttf');
  font-weight: 100;
}

@font-face {
  font-family: 'lato';
  src: url('../fonts/Lato/Lato-Light.ttf');
  font-weight: 300;
}

@font-face {
  font-family: 'lato';
  src: url('../fonts/Lato/Lato-Regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: 'lato';
  src: url('../fonts/Lato/Lato-Regular.ttf');
  font-weight: 500;
}

@font-face {
  font-family: 'lato';
  src: url('../fonts/Lato/Lato-Bold.ttf');
  font-weight: 600;
}

@font-face {
  font-family: 'lato';
  src: url('../fonts/Lato/Lato-Bold.ttf');
  font-weight: 700;
}

@font-face {
  font-family: 'lato';
  src: url('../fonts/Lato/Lato-Black.ttf');
  font-weight: 900;
}

body {
  font-family: 'lato';
  font-weight: 500;
  font-size: 12px;
}

h1 {
  font-weight: 700;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

* {
  scrollbar-width: thin;
}
