@import 'tokens.css';
@import 'base.css';
@import 'layout.css';
@import 'components.css';

/* 
  Utilities will be added here in the future 
*/

img[src$=".svg"] {
  filter: var(--ot-icon-filter);
}
img[src*="logo.svg"] {
  filter: none;
}
