@import url(https://fonts.googleapis.com/css?family=Roboto+Flex:100,200,300,regular,500,600,700,800,900);

@import url(/src/css/Components/navBar.css);
@import url(/src/css/Components/footer.css);

@import url(/src/css/Components/Containers/Head.css);
@import url(/src/css/Components/Containers/Contents.css);

* {
  font-family: "Roboto Flex", sans-serif;
  transition: all 0.3s;
  scroll-behavior: smooth;
}

html,
body {
  padding: 0;
  margin: 0;

  background: #2e2f2f;
  color: whitesmoke;

  overflow-x: hidden;
  scroll-behavior: smooth;
}
