2020-12-05 15:17:06 +00:00
|
|
|
@charset "UTF-8";
|
|
|
|
|
|
|
|
@import '../../node_modules/include-media/dist/include-media';
|
|
|
|
@import '../../node_modules/normalize.css/normalize';
|
|
|
|
|
|
|
|
|
|
|
|
:root {
|
2020-12-09 12:55:06 +00:00
|
|
|
box-sizing: border-box;
|
2020-12-05 18:26:52 +00:00
|
|
|
color: #636363;
|
2020-12-09 12:55:06 +00:00
|
|
|
font-family: Open Sans, sans-serif;
|
2020-12-05 15:17:06 +00:00
|
|
|
font-size: 14px;
|
|
|
|
}
|
2020-12-09 12:55:06 +00:00
|
|
|
|
|
|
|
*,
|
|
|
|
*:before,
|
|
|
|
*:after {
|
|
|
|
box-sizing: inherit;
|
|
|
|
}
|
|
|
|
|
2020-12-04 14:44:45 +00:00
|
|
|
@import 'hubl-framework/_index';
|
|
|
|
@import 'hubl-app/_index';
|