/**
 * As long as you import the Origami Sass source
 * inside a *.global.scss file, it will be loaded
 * in the global scope as it was intended. So use
 * this stylesheet to import all the parts of
 * Origami you need.
 */
$system-code: 'spark';

@import '@financial-times/o-autocomplete/main';

@include oAutocomplete();
