2018-11-27 16:41:30 -06:00
|
|
|
@charset "utf-8";
|
|
|
|
|
2019-02-11 10:50:58 -06:00
|
|
|
@import "init/color";
|
2018-11-27 16:41:30 -06:00
|
|
|
@import "init/mixins";
|
|
|
|
@import "init/variables";
|
2018-11-28 17:36:23 -06:00
|
|
|
@import "init/reset";
|
|
|
|
@import "init/animation";
|
2018-11-27 17:29:27 -06:00
|
|
|
@import "badge";
|
2018-11-28 17:36:23 -06:00
|
|
|
@import "button";
|
2019-01-29 15:13:16 -06:00
|
|
|
@import "form";
|
2019-02-05 18:03:03 -06:00
|
|
|
@import "table";
|
2019-11-22 16:04:03 -05:00
|
|
|
|
|
|
|
// OLD - Deprecated
|
|
|
|
@import "./navigation/index";
|
|
|
|
|
|
|
|
body {
|
|
|
|
cursor: default;
|
|
|
|
font-weight: var(--font-weight-base);
|
|
|
|
font-size: var(--font-base);
|
|
|
|
line-height: 1.5;
|
|
|
|
font-weight: 400;
|
|
|
|
font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
|
|
|
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
|
|
|
|
"Segoe UI Symbol";
|
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
|
|
|
height: 1px;
|
|
|
|
background-color: var(--color-gray-2);
|
|
|
|
}
|