/**
  * @file Storybook preview styles
  *
  * Since preview mode imitates normal host page we load all
  * necessary styles that Web Components will inherit from like fonts and CSS variables.
  */

$font-file-path: '/assets/fonts';

@import '../src/shared/styles/colors';
@import '../src/shared/styles/fonts';
@import '../src/shared/styles/variables';
@import '../src/shared/styles/typography';

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