@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

@import './variables.scss';

li {
  list-style: none !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

// these should be at bottom of file
@import '~bootstrap';
@import '~bootstrap-vue';
