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

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

@font-face {
  font-family: 'RedHat';
  font-weight: 500;
  src: url('/font/RedHatDisplay-Medium.ttf');
}

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

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

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'RedHat';
  font-weight: 300;
}

body::-webkit-scrollbar {
  display: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

a {
  text-decoration: none;
}
