/*
 * Font Awesome 6 Pro — Light (300)
 * --------------------------------------------------------------------------
 * The parent Bootscore theme already enqueues Font Awesome (Free build:
 * solid / regular / brands). Corva templates additionally use `fa-light`
 * icons on every page, which is a Pro-only weight the Free build does not
 * ship. This file adds just that weight from a LOCAL font file — never
 * hotlinked — and is enqueued after the parent's Font Awesome so the glyph
 * map (`.fa-*::before`) is already present.
 */

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../fonts/fa-light-300.woff2") format("woff2"),
       url("../fonts/fa-light-300.ttf") format("truetype");
}

.fa-light,
.fal {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
