/*
Use this file to customize website appearance.

Example:

:root {
  --landing-background-color: white;
  --landing-background-image: url("/assets/landing.png");
  --avatar-border-radius: 0%;
}

.landing-logo {
  height: 40px;
  width: 40px;
  margin-right: 40px;
  background-image: url("/assets/logo.png");
}

The full list of CSS variables can be found in src/App.vue
*/

