/**
  * @file Main styles
  *
  * This file contain general styles that should be applied to host page.
  */

@import './colors';
@import './fonts';
@import './typography';

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