:root{--primary-color: #007bff;--primary-hover-color: #0056b3;--primary-active-color: #003f7f;--text-color: #fff;--placeholder-color: #888;--background-color: rgba(0, 0, 0, .8);--box-shadow-color: rgba(0, 0, 0, .3);--font-size: 16px;--small-font-size: 12px;--border-width: 4px;--border-radius: 8px;--button-border-radius: 4px;--padding: 2em;--gap: 2em;--font-family: "Roboto", sans-serif}body,html,#app{height:100%;width:100%;margin:0;padding:0;overflow:hidden}body{color:var(--primary-color);background-color:var(--background-color);font-family:var(--font-family)}
