/**
  * @file Component styles
  *
  * This file contain general styles that should be applied to any component.
  * Since Web Components styles are encapsulated within the Shadow DOM, we need
  * to pass all styles.
  */

@import './typography';

@tailwind base;
@tailwind components;
@tailwind utilities;
