/*!
 * Font Awesome Pro 7.2.0 - Light style (classic/rounded)
 * Il kit non include fa-light-300.woff2 (classic light separato).
 * Si riutilizza fa-thin-100.woff2 registrato a weight 300
 * così che la classe fa-light produca icone leggere e arrotondate (classic)
 * anziché identiche a regular (400) o squadrate (sharp).
 */
:root, :host {
  --fa-family-classic: 'Font Awesome 7 Pro';
  --fa-font-light: normal 300 1em/1 var(--fa-family-classic);
  --fa-style-family-classic: var(--fa-family-classic);
}

@font-face {
  font-family: "Font Awesome 7 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../webfonts/fa-thin-100.woff2");
}

.fal {
  --fa-family: var(--fa-family-classic);
  --fa-style: 300;
}

.fa-classic {
  --fa-family: var(--fa-family-classic);
}

.fa-light {
  --fa-style: 300;
}
