@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap";*{--base-background-color: #1b1b1b;--base-text-color: #fde7e7;--base-primary-color: #DDA6A6;--base-secondary-color: #341414;box-sizing:border-box;margin:0}html{width:100vw;height:100vh}body{background-color:var(--base-background-color);color:var(--base-text-color);font-family:Roboto,sans-serif;height:100%;padding:.5rem}
