@use '@o3r/styling' as o3r;
@use '@o3r/styling/otter-theme' as otter-theme;

@import './theme';

// The theme to apply to the whole application
@include o3r.apply-theme(otter-theme.$default-theme);

// Expose variable override
@import './component-styling-override';
@import './component-variable-override';


// Global style
// body {
//   margin: 0;
// }
