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

@font-face {
  font-family: 'Font Awesome 6 Free';
  src: url("/assets/icons/fa-regular-400.woff2") format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  src: url("/assets/icons/fa-brands-400.woff2") format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.fa,
.fas,
.far,
.fab {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fas,
.fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa-check-circle::before { content: '\f058'; }
.fa-shopping-bag::before { content: '\f290'; }
.fa-calendar::before { content: '\f133'; }
.fa-image::before { content: '\f03e'; }
