@import './fonts.css';
@import './my-styles.css';

.container {
  max-width: unset;
}

.skeleton {
  @apply bg-gray-200;
  @apply animate-pulse;
}
