// Bootstrap library.
@import 'bootstrap';

// Base-theme overrides.
@import 'overrides';
@media screen and (min-width: 768px) {
	@import 'ladygym';
}

@media screen and (max-width: 767px) {
	@import 'ladygym_xs';
}