@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
  /*+++*/
  /* --asideWidth: 80px; */
  --asideHeight: 70px;
}

body {
  background-color: white;
  margin: 0px;
  display: flex;
  flex-direction: column;

  /* font-family: 'Poppins', sans-serif; */
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}

.content-section {
  /*+++*/
  /* height: 100vh;
  width: 100%; */
  /* height: calc(100vh - var(--asideHeight)); */
  /* width: 100vw; */

  background-color: white;
  /* overflow-y: scroll;
  overflow-x: hidden; */
  /* display: flex;
  flex-direction: column; */
}
