/*!
 * 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)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free Regular";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/montserrat-v30-latin-regular-5bb819a9.woff2") format("woff2");
}

/* montserrat-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Montserrat bold";
  font-style: bold;
  font-weight: 600;
  src: url("/assets/montserrat-v30-latin-600-f0a61369.woff2") format("woff2");
}

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

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

.far,
.fa-regular {
  font-weight: 400;
}

.fas,
.fa-solid {
  font-weight: 900;
}
