$-xxs: 3px;
// Fonts
-$heading: 'Roboto', Helvetica, Arial, sans-serif;
-$text: 'Roboto', Helvetica, Arial, sans-serif;
+$heading: 'Roboto', 'DejaVu Sans', Helvetica, Arial, sans-serif;
+$text: 'Roboto', 'DejaVu Sans', Helvetica, Arial, sans-serif;
$fs-m: 15px;
$fs-s: 14px;
$secondary: #e27b41;
$positive: #52A256;
$negative: #E84F4F;
+$info: $primary;
+$warning: $secondary;
+$primary-faded: rgba(21, 101, 192, 0.15);
// Item Colors
$color-book: #009688;
$color-chapter: #ef7c3c;
$color-page: $primary;
+$color-page-draft: #9A60DA;
// Text colours
$text-dark: #444;