/**
* izz - Unicorn Design System
* This css is generated from the design tokens.
* 
* Importing latest version from server for backwards compatibility. 
*/
@import url('/ui-assets/ds/tokens/v/45.3.0/css/izz/light/web/index.css');

@import './light.css';
@import './dark.css';
@import '../web/sm.css' (width > 576px) and (width <= 767px);
@import '../web/md.css' (width > 768px) and (width <= 991px);
@import '../web/lg.css' (width > 992px) and (width <= 1199px);
@import '../web/xl.css' (width > 1200px) and (width <= 1399px);
@import '../web/xxl.css' (width > 1400px);
