@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;500&display=swap');

:root {
  user-select: none;
  --background: #343333;

}

body {
  background-color: var(--background);
  font-family: 'Raleway';
}