/* Font Awesome 6 Free - Solid — versión autohospedada mínima
   Solo incluye los íconos usados por Timing Perfecto, para no depender del CDN externo. */

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('./webfonts/fa-solid-900.woff2') format('woff2');
}

.fas,
.fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  line-height: inherit;
}

.fa-music:before          { content: "\f001"; }
.fa-volume-up:before      { content: "\f028"; }
.fa-volume-mute:before    { content: "\f6a9"; }
.fa-question-circle:before{ content: "\f059"; }
.fa-shopping-cart:before  { content: "\f07a"; }
.fa-chart-bar:before      { content: "\f080"; }
.fa-trophy:before         { content: "\f091"; }
.fa-heart:before           { content: "\f004"; }
.fa-star:before            { content: "\f005"; }
.fa-slash:before           { content: "\f715"; }
.fa-headphones:before      { content: "\f025"; }
.fa-coins:before           { content: "\f51e"; }
