@import url('./buttons.css');
@import url('./player.css');
@import url('./texts.css');

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  color: white;
}

.wrapper {
  width: 100vw;
  height: 100vh;
  background-color: black;
}

.video {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
