@font-face {
  font-family: 'popins';
  font-weight: 300;
  src: url('font/Poppins-Thin.ttf');
}

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

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

@font-face {
  font-family: 'popins';
  font-weight: 600;
  src: url('font/Poppins-SemiBold.ttf');
}

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

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

html,
body {
  width: 100%;
  height: 100%;
  position: relative;
  font-family: 'popins';
  font-weight: 400;
}

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

a {
  text-decoration: none;
}
