﻿/* Icon Fonts */
@font-face {
  font-family: "Material Symbols";
  src: url("../fonts/MaterialSymbolsOutlined.woff2") format("woff2 supports variations"), url("../fonts/MaterialSymbolsOutlined.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 700;
}

/*!
 * Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Pro';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Pro';
  --fa-font-regular: normal 400 "Font Awesome 6 Pro";
  --fa-style-family-sharp: 'Font Awesome 6 Sharp';
  --fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp';
}

@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2?v=6.5") format("woff2"),
    url("../fonts/fa-solid-900.ttf?v=6.5") format("truetype");
}

@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:url("../fonts/fa-regular-400.woff2?v=6.5") format("woff2"),
    url("../fonts/fa-regular-400.ttf?v=6.5") format("truetype");
}

@font-face {
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-sharp-regular-400.woff2") format("woff2"),
    url("../fonts/fa-sharp-regular-400.ttf") format("truetype");
}

@font-face {
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-sharp-solid-900.woff2") format("woff2"),
  url("../fonts/fa-sharp-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: 'Font Awesome Kit';
  font-style: normal;
  font-display: block;
  src: url("../fonts/custom-icons.woff2?v=6.5") format("woff2"),
  url("../fonts/custom-icons.ttf?v=6.5") format("truetype");
}

.fas,
.fass,
.fa-solid {
  font-weight: 900;
}

.fasr,
.fa-regular {
  font-weight: 400; }

/* hind-500 Medium - latin */
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-VariableFont_wght.ttf') format('woff2 supports variations'),
  url('../fonts/Figtree-VariableFont_wght.ttf') format('woff2-variations');
  font-style: italic;
  font-weight: 200 900;
}

/* Figtree - Italic */
@font-face {
  font-family: 'Figtree Italic';
  src: url('../fonts/Figtree-Italic-VariableFont_wght.ttf') format('woff2 supports variations'),
  url('../fonts/Figtree-Italic-VariableFont_wght.ttf') format('woff2-variations');
  font-style: italic;
  font-weight: 200 900;
}