:root {
  --primary-bg: #6F43C0;
  --primary-text: #E8EAED;
  --primary-container: #EBDDFF;
  --primary-container-text: #250059;
  
  --secondary-bg: #A478F7;
  --profile: #3F008D;
  --disconnect: #DE3730;
}

@font-face {
font-family: "Roboto";
src: url("/vue/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}