// ServiceNow Now Design System

// Theme / Theme

@import '@servicenow/sass-global/index';
@import 'typography';
@import 'generic/type';
@import 'categories/index';
@import 'colors/index';
@import 'old';

:root {
	@include now-theme-colors-alert;
	@include now-theme-colors-base;
	@include now-theme-colors-derived;
	@include now-theme-colors-grouped;
	@include now-theme-colors-framework;
	@include now-theme-generic-type;
	@include now-theme-category-actionable;
	@include now-theme-category-container;
	@include now-theme-category-display-type;
	@include now-theme-category-form-control;
	@include now-theme-category-identifier;
	@include now-theme-category-indicator;
	@include now-theme-category-loading;
	@include now-theme-category-menu;
	@include now-theme-category-messaging;
	@include now-theme-category-navigation;
	@include now-theme-category-view-control;
	@include now-theme-category-window;
	@include now-theme-colors-old;
}
