/* === Google Fonts — Local === */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Inter Regular'), url(/fonts/Inter-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Inter Medium'), url(/fonts/Inter-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Inter SemiBold'), url(/fonts/Inter-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Manrope Bold'), url(/fonts/Manrope-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Manrope ExtraBold'), url(/fonts/Manrope-ExtraBold.ttf) format('truetype');
}

/* === Material Symbols Outlined — Local === */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/MaterialSymbolsOutlined.ttf) format('truetype');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* === Font Awesome 6 — Local === */
/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/fontawesome/webfonts/fa-solid-900.woff2) format('woff2');
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fontawesome/webfonts/fa-regular-400.woff2) format('woff2');
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fontawesome/webfonts/fa-brands-400.woff2) format('woff2');
}

.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; }
.fas::before, .far::before, .fab::before { display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; }
.fas.fa-search::before { content: "\f002"; }
.fas.fa-user::before { content: "\f007"; }
.fas.fa-check::before { content: "\f00c"; }
.fas.fa-times::before { content: "\f00d"; }
.fas.fa-plus::before { content: "\f067"; }
.fas.fa-arrow-left::before { content: "\f060"; }
.fas.fa-arrow-right::before { content: "\f061"; }
.fas.fa-star::before { content: "\f005"; }
.fas.fa-edit::before { content: "\f044"; }
.fas.fa-trash::before { content: "\f1f8"; }
.fas.fa-download::before { content: "\f019"; }
.fas.fa-upload::before { content: "\f093"; }
.fas.fa-cog::before { content: "\f013"; }
.fas.fa-sign-out-alt::before { content: "\f2f5"; }
.fas.fa-headset::before { content: "\f590"; }
.fas.fa-home::before { content: "\f015"; }
.fas.fa-list::before { content: "\f03a"; }
.fas.fa-th::before { content: "\f00a"; }
.fas.fa-chart-bar::before { content: "\f080"; }
.fas.fa-envelope::before { content: "\f0e0"; }
.fas.fa-phone::before { content: "\f095"; }
.fas.fa-bell::before { content: "\f0f3"; }
.fas.fa-exclamation-triangle::before { content: "\f071"; }
.fas.fa-info-circle::before { content: "\f05a"; }
.fas.fa-lock::before { content: "\f023"; }
.fas.fa-key::before { content: "\f084"; }
.fas.fa-eye::before { content: "\f06e"; }
.fas.fa-paperclip::before { content: "\f0c6"; }
.fas.fa-calendar::before { content: "\f133"; }
.fas.fa-clock::before { content: "\f017"; }
.fas.fa-comment::before { content: "\f075"; }
.fas.fa-comments::before { content: "\f086"; }
.fas.fa-file::before { content: "\f15b"; }
.fas.fa-folder::before { content: "\f07b"; }
.fas.fa-image::before { content: "\f03e"; }
.fas.fa-map-marker::before { content: "\f041"; }
.fas.fa-question-circle::before { content: "\f059"; }
.fas.fa-save::before { content: "\f0c7"; }
.fas.fa-spinner::before { content: "\f110"; }
.fas.fa-sync::before { content: "\f021"; }
.fas.fa-tag::before { content: "\f02b"; }
.fas.fa-tags::before { content: "\f02c"; }
.fas.fa-thumbtack::before { content: "\f08d"; }
.fas.fa-wrench::before { content: "\f0ad"; }
.fas.fa-filter::before { content: "\f0b0"; }
.fas.fa-ellipsis-v::before { content: "\f142"; }
