/**
 * Tile headings on the redesigned Today page (IPD-2903). A display voice rather than a heading
 * one: the secondary family at its lightest weight, set solid. It reads its size from
 * --today-tile-title-size when it is inside .today-page, and falls back to the design's own size
 * elsewhere, so the mixin is not silently a no-op outside that subtree.
 */
/**
  Utility class for accessibility
  Hides content visual, but provides it for screen readers
  Inspired by https://getbootstrap.com/docs/4.0/utilities/screenreaders/
 */
@keyframes skeleton-shimmer-fe7ba285 {
0% {
    background-position: 100% 50%;
}
100% {
    background-position: 0 50%;
}
}
/**
 This file is used directly by Quasar.
 It's not imported anywhere in the code.
 Thus if you don't use Quasar component it's not relevant.
 */
.loading[data-v-fe7ba285], .error[data-v-fe7ba285] {
  width: 100%;
  height: 100%;
}
.error[data-v-fe7ba285] {
  background: repeating-linear-gradient(-45deg, transparent, transparent 10px, var(--color-primary) 10px, var(--color-primary) 20px);
}