@import '@financial-times/math';
@import '@financial-times/o-private-foundation/main';

@import 'src/scss/brand';
@import 'src/scss/variables';
@import 'src/scss/functions';
@import 'src/scss/mixins';

@if ($o-stepped-progress-is-silent == false) {
	@include oSteppedProgress();

	// Set to silent again to avoid being output twice
	$o-stepped-progress-is-silent: true !global;
}
