@layer bootstrap, bootstrapExtended, bootstrapColors;

@import url('./bootstrap.css') layer(bootstrap);
@import url('./bootstrap-extended.css') layer(bootstrapExtended);
@import url('./bootstrap-colors.css') layer(bootstrapColors);
@import url('./icons.css');

* {
  font-family: 'Open Sans', sans-serif;
}