// Sets the mount url
// In the CASA middleware, this will be import the configured mount url
// dynamically.
@import 'casaMountUrl.scss';

// Import GOV.UK elements, this will import from govuk-frontend.
@import 'all.scss';

// Some polyfilled CSS taken from the govuk_template_jinja module, because
// we don't want to inherit all its CSS
@import 'casaGovukTemplateJinjaPolyfill.scss';

// Some CASA-specific styles
@import 'casaElements.scss';
