/* main style sheet */
/* global styles */
* {
  box-sizing: border-box;
}

:root {
  --main-color: #101010;
  --secondary-color: #11C5E5;
  --terciary-color: #F9BF3C;
  --headings-color: #333;
  --disabled-text-color: #C2C5C7;
  --soft-grey-color: #E5E8EB;
}

body {
  font-size: 18px;
  color: var(--main-color);
}

.home {
  color: green;
}/*# sourceMappingURL=vlc_styles.css.map */