/* Canndata Design System — global entry point.
 * Consumers link this one file. It is a list of @import lines only.
 * Everything reachable from here ships to consumers; @font-face / @import url()
 * targets in this closure declare the webfonts.
 */
@import url('tokens/fonts.css');
@import url('tokens/colors.css');
@import url('tokens/typography.css');
@import url('tokens/spacing.css');
@import url('tokens/base.css');
